Searched refs:RawCpuid (Results 1 – 3 of 3) sorted by relevance
12 use backend::process::types::RawCpuid;49 pub struct Cpuid(RawCpuid);175 pub const unsafe fn from_raw(raw: RawCpuid) -> Self { in from_raw()181 pub const fn as_raw(self) -> RawCpuid { in as_raw() argument
221 pub type RawCpuid = u32; typedef
383 pub type RawCpuid = u32; typedef