Home
last modified time | relevance | path

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

/kvm-unit-tests/x86/
H A Dvmx.h450 EXI_LOAD_EFER = 1UL << 21, enumerator
H A Dvmx.c1252 ctrl_exit = EXI_LOAD_EFER | EXI_HOST_64 | EXI_LOAD_PAT; in init_vmcs()
H A Dvmx_tests.c386 ctrl_exi = vmcs_read(EXI_CONTROLS) | EXI_SAVE_EFER | EXI_LOAD_EFER; in test_ctrl_efer_init()
430 if (!(ctrl_exit_rev.clr & EXI_LOAD_EFER)) { in test_ctrl_efer_exit_handler()
7110 if (ctrl_fld == EXI_CONTROLS && (ctrl & EXI_LOAD_EFER)) { in test_efer_one()
7251 ctrl_exit_rev.clr & EXI_LOAD_EFER, in test_host_efer()