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

/fuchsia/zircon/kernel/arch/x86/
H A Dlapic.cpp62 #define LAPIC_X2APIC_MSR_BASE (0x800) macro
96 return read_msr32(LAPIC_X2APIC_MSR_BASE + (uint32_t)(offset >> 4));
104 write_msr(LAPIC_X2APIC_MSR_BASE + (uint32_t)(offset >> 4), val);

Completed in 75 milliseconds