Home
last modified time | relevance | path

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

/kvm-unit-tests/x86/
H A Dvmx_tests.c307 u64 ctrl_exi; in test_ctrl_pat_init() local
318 ctrl_exi = vmcs_read(EXI_CONTROLS); in test_ctrl_pat_init()
320 ctrl_exi |= ctrl_exit_rev.clr & (EXI_SAVE_PAT | EXI_LOAD_PAT); in test_ctrl_pat_init()
322 vmcs_write(EXI_CONTROLS, ctrl_exi); in test_ctrl_pat_init()
382 u64 ctrl_exi; in test_ctrl_efer_init() local
386 ctrl_exi = vmcs_read(EXI_CONTROLS) | EXI_SAVE_EFER | EXI_LOAD_EFER; in test_ctrl_efer_init()
388 vmcs_write(EXI_CONTROLS, ctrl_exi & ctrl_exit_rev.clr); in test_ctrl_efer_init()