Searched refs:MSR_X2APIC_BASE (Results 1 – 2 of 2) sorted by relevance
146 #define MSR_X2APIC_BASE 0x800 macro147 #define MSR_X2APIC_EOI (MSR_X2APIC_BASE+0x0b) /* End Int. W */148 #define MSR_X2APIC_ID (MSR_X2APIC_BASE+0x02) /* ID. RW */
143 return rdmsr(MSR_X2APIC_BASE + (reg >> 4)); in x2apic_readreg() 155 wrmsr(MSR_X2APIC_BASE + (reg >> 4), val); in x2apic_writereg() 162 u_int32_t msr = MSR_X2APIC_BASE + (LAPIC_ICRLO >> 4); in x2apic_writeicr()