Home
last modified time | relevance | path

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

/third_party/rust/crates/rustix/src/process/
Did.rs12 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
/third_party/rust/crates/rustix/src/backend/linux_raw/process/
Dtypes.rs221 pub type RawCpuid = u32; typedef
/third_party/rust/crates/rustix/src/backend/libc/process/
Dtypes.rs383 pub type RawCpuid = u32; typedef