Home
last modified time | relevance | path

Searched refs:CpuId (Results 1 – 1 of 1) sorted by relevance

/linux/rust/kernel/
H A Dcpufreq.rs13 cpu::CpuId,
469 pub fn cpu(&self) -> CpuId { in cpu() argument
471 unsafe { CpuId::from_u32_unchecked(self.as_ref().cpu) } in cpu()
683 fn from_cpu(cpu: CpuId) -> Result<Self> { in from_cpu()
1324 let cpu_id = unsafe { CpuId::from_u32_unchecked(cpu) }; in get_callback()
1350 let cpu_id = unsafe { CpuId::from_i32_unchecked(cpu) }; in bios_limit_callback()