Home
last modified time | relevance | path

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

/kvm-unit-tests/x86/
H A Dapic.c76 u64 apicbase = rdmsr(MSR_IA32_APICBASE); in test_enable_x2apic() local
81 apicbase &= ~(APIC_EN | APIC_EXTD); in test_enable_x2apic()
82 report(test_write_apicbase_exception(apicbase | APIC_EXTD), in test_enable_x2apic()
84 report(test_write_apicbase_exception(apicbase | APIC_EN), in test_enable_x2apic()
87 report(!test_write_apicbase_exception(apicbase | 0), in test_enable_x2apic()
89 report(test_write_apicbase_exception(apicbase | APIC_EXTD), in test_enable_x2apic()
91 report(test_write_apicbase_exception(apicbase | APIC_EN | APIC_EXTD), in test_enable_x2apic()
94 report(!test_write_apicbase_exception(apicbase | APIC_EN), in test_enable_x2apic()
96 report(test_write_apicbase_exception(apicbase | APIC_EXTD), in test_enable_x2apic()