Searched refs:test_pin_ctrls (Results 1 – 1 of 1) sorted by relevance
/kvm-unit-tests/x86/ |
H A D | vmx_tests.c | 4620 u32 pin_ctrls, cpu_ctrls0, test_pin_ctrls, test_cpu_ctrls0; in test_nmi_ctrls() local 4632 test_pin_ctrls = pin_ctrls & ~(PIN_NMI | PIN_VIRT_NMI); in test_nmi_ctrls() 4635 vmcs_write(PIN_CONTROLS, test_pin_ctrls); in test_nmi_ctrls() 4640 vmcs_write(PIN_CONTROLS, test_pin_ctrls | PIN_VIRT_NMI); in test_nmi_ctrls() 4645 vmcs_write(PIN_CONTROLS, test_pin_ctrls | (PIN_NMI | PIN_VIRT_NMI)); in test_nmi_ctrls() 4650 vmcs_write(PIN_CONTROLS, test_pin_ctrls | PIN_NMI); in test_nmi_ctrls() 4660 vmcs_write(PIN_CONTROLS, test_pin_ctrls); in test_nmi_ctrls() 4666 vmcs_write(PIN_CONTROLS, test_pin_ctrls); in test_nmi_ctrls() 4672 vmcs_write(PIN_CONTROLS, test_pin_ctrls | (PIN_NMI | PIN_VIRT_NMI)); in test_nmi_ctrls() 4678 vmcs_write(PIN_CONTROLS, test_pin_ctrls | (PIN_NMI | PIN_VIRT_NMI)); in test_nmi_ctrls()
|