Lines Matching defs:CpuId
9 cpu::CpuId,
36 /// use kernel::cpu::CpuId;
39 /// fn set_clear_cpu(ptr: *mut bindings::cpumask, set_cpu: CpuId, clear_cpu: CpuId) {
92 pub fn set(&mut self, cpu: CpuId) {
103 pub fn clear(&mut self, cpu: CpuId) {
113 pub fn test(&self, cpu: CpuId) -> bool {
180 /// use kernel::cpu::CpuId;
188 /// let cpu2 = CpuId::from_u32(2);
195 /// let cpu3 = CpuId::from_u32(3);