Home
last modified time | relevance | path

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

/kvm-unit-tests/x86/
H A Dapic.c96 u64 apicbase = rdmsr(MSR_IA32_APICBASE); in test_enable_x2apic() local
101 apicbase &= ~(APIC_EN | APIC_EXTD); in test_enable_x2apic()
102 report(test_write_apicbase_exception(apicbase | APIC_EXTD), in test_enable_x2apic()
104 report(test_write_apicbase_exception(apicbase | APIC_EN), in test_enable_x2apic()
107 report(!test_write_apicbase_exception(apicbase | 0), in test_enable_x2apic()
109 report(test_write_apicbase_exception(apicbase | APIC_EXTD), in test_enable_x2apic()
111 report(test_write_apicbase_exception(apicbase | APIC_EN | APIC_EXTD), in test_enable_x2apic()
114 report(!test_write_apicbase_exception(apicbase | APIC_EN), in test_enable_x2apic()
116 report(test_write_apicbase_exception(apicbase | APIC_EXTD), in test_enable_x2apic()