pub fn set_local_thread_pointer(cpu_id: usize)
Expand description

Set the architecture-specific thread pointer register to the per-CPU data area base on the current CPU.

cpu_id indicates which per-CPU data area to use.