Home
last modified time | relevance | path

Searched defs:phys_id (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/arch/x86_64/smp/
H A Dmod.rs102 phys_id: [usize; PerCpu::MAX_CPU_NUM as usize], field
112 pub fn phys_id(&self, cpu_id: usize) -> usize { in phys_id() method