Searched defs:X2APIC_ENABLE_BIT (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_regops.c104 #define X2APIC_ENABLE_BIT 10 macro
264 apic_base_msr = apic_base_msr | (0x1 << X2APIC_ENABLE_BIT);
279 int bit = ((0x1 << (X2APIC_ENABLE_BIT + 1)) |
280 (0x1 << X2APIC_ENABLE_BIT));

Completed in 74 milliseconds