Function percpu::percpu_area_base

source ·
pub fn percpu_area_base(cpu_id: usize) -> usize
Expand description

Returns the base address of the per-CPU data area on the given CPU.

if cpu_id is 0, it returns the base address of all per-CPU data areas.