Home
last modified time | relevance | path

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

/kvm-unit-tests/x86/
H A Dvmx_tests.c4620 u32 pin_ctrls, cpu_ctrls0, test_pin_ctrls, test_cpu_ctrls0; in test_nmi_ctrls() local
4633 test_cpu_ctrls0 = cpu_ctrls0 & ~CPU_NMI_WINDOW; in test_nmi_ctrls()
4661 vmcs_write(CPU_EXEC_CTRL0, test_cpu_ctrls0 | CPU_NMI_WINDOW); in test_nmi_ctrls()
4667 vmcs_write(CPU_EXEC_CTRL0, test_cpu_ctrls0); in test_nmi_ctrls()
4673 vmcs_write(CPU_EXEC_CTRL0, test_cpu_ctrls0 | CPU_NMI_WINDOW); in test_nmi_ctrls()
4679 vmcs_write(CPU_EXEC_CTRL0, test_cpu_ctrls0); in test_nmi_ctrls()