Home
last modified time | relevance | path

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

/kvm-unit-tests/x86/
H A Dmsr.c238 enum x2apic_reg_semantics semantics; in __test_x2apic_msrs() local
247 semantics = get_x2apic_reg_semantics(i); in __test_x2apic_msrs()
249 semantics = X2APIC_INVALID; in __test_x2apic_msrs()
251 if (!(semantics & X2APIC_WRITABLE)) in __test_x2apic_msrs()
254 if (!(semantics & X2APIC_READABLE)) in __test_x2apic_msrs()
271 if (semantics == X2APIC_RW) in __test_x2apic_msrs()
273 else if (semantics == X2APIC_WO) in __test_x2apic_msrs()
275 else if (semantics == X2APIC_RO) in __test_x2apic_msrs()
H A Dvmx_tests.c6274 enum x2apic_reg_semantics semantics = get_x2apic_reg_semantics(reg); in virt_x2apic_mode_rd_expectation() local
6290 } else if (!disable_x2apic && (semantics & X2APIC_READABLE)) { in virt_x2apic_mode_rd_expectation()