Home
last modified time | relevance | path

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

/kvm-unit-tests/x86/
H A Dvmx_tests.c3778 test_vmcs_addr_reference(CPU_VIRT_APIC_ACCESSES, APIC_ACCS_ADDR, in test_apic_access_addr()
3872 u32 apic_virt_ctls = (CPU_VIRT_X2APIC | CPU_VIRT_APIC_ACCESSES); in test_apic_virtual_ctls()
3880 secondary &= ~CPU_VIRT_APIC_ACCESSES; in test_apic_virtual_ctls()
3886 vmcs_write(CPU_EXEC_CTRL1, secondary | CPU_VIRT_APIC_ACCESSES); in test_apic_virtual_ctls()
3896 vmcs_write(CPU_EXEC_CTRL1, secondary & ~CPU_VIRT_APIC_ACCESSES); in test_apic_virtual_ctls()
4145 !(secondary & (CPU_VINTD | CPU_VIRT_APIC_ACCESSES)))) in try_tpr_threshold_and_vtpr()
4550 (ctrl_cpu_rev[1].clr & (CPU_VINTD | CPU_VIRT_APIC_ACCESSES)))) in test_tpr_threshold()
4567 if (ctrl_cpu_rev[1].clr & CPU_VIRT_APIC_ACCESSES) { in test_tpr_threshold()
4570 vmcs_write(CPU_EXEC_CTRL1, CPU_VIRT_APIC_ACCESSES); in test_tpr_threshold()
4583 (CPU_VINTD | CPU_VIRT_APIC_ACCESSES)) == in test_tpr_threshold()
[all …]
H A Dvmx.h495 CPU_VIRT_APIC_ACCESSES = 1ul << 0, enumerator