pub fn init_percpu_reg(cpu_id: usize)Expand description
Initializes the per-CPU data register.
It is equivalent to write_percpu_reg(percpu_area_base(cpu_id)), which set
the architecture-specific per-CPU data register to the base address of the
corresponding per-CPU data area.
cpu_id indicates which per-CPU data area to use.