Searched defs:CpuId (Results 1 – 3 of 3) sorted by relevance
47 pub struct CpuId(u32); struct49 impl CpuId { impl
92 pub fn set(&mut self, cpu: CpuId) { in set()103 pub fn clear(&mut self, cpu: CpuId) { in clear()
469 pub fn cpu(&self) -> CpuId { in cpu()