Searched refs:semantics (Results 1 – 2 of 2) sorted by relevance
238 enum x2apic_reg_semantics semantics; in __test_x2apic_msrs() local247 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()
6274 enum x2apic_reg_semantics semantics = get_x2apic_reg_semantics(reg); in virt_x2apic_mode_rd_expectation() local6290 } else if (!disable_x2apic && (semantics & X2APIC_READABLE)) { in virt_x2apic_mode_rd_expectation()