Home
last modified time | relevance | path

Searched refs:apic_id (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/util/
H A Du_cpu_detect.c517 unsigned apic_id = regs[1] >> 24; in get_cpu_topology() local
534 unsigned local_core_id = apic_id & (core_count - 1); in get_cpu_topology()
535 unsigned phys_id = (apic_id & ~(core_count - 1)) >> util_logbase2(core_count); in get_cpu_topology()
/third_party/rust/crates/libc/src/unix/haiku/
H A Dnative.rs381 pub apic_id: u32,

Completed in 5 milliseconds