Searched defs:CpuId (Results 1 – 3 of 3) sorted by relevance
47 pub struct CpuId(u32); struct 49 impl CpuId { implementation [all...]
92 pub fn set(&mut self, cpu: CpuId) { in set() argument 103 pub fn clear(&mut self, cpu: CpuId) { in clear() argument [all...]
468 pub fn cpu(&self) -> CpuId { in cpu()