Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dcpu.rs56 pub unsafe fn from_i32_unchecked(id: i32) -> Self { in from_i32_unchecked() method
H A Dcpufreq.rs1351 let cpu_id = unsafe { CpuId::from_i32_unchecked(cpu) }; in bios_limit_callback()