Home
last modified time | relevance | path

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

/kvm-unit-tests/x86/
H A Dvmx_tests.c7104 u32 ctrl_fld, u64 ctrl, in test_efer_one() argument
7110 if (ctrl_fld == EXI_CONTROLS && (ctrl & EXI_LOAD_EFER)) { in test_efer_one()
7116 if (ctrl_fld == ENT_CONTROLS && (ctrl & ENT_LOAD_EFER)) { in test_efer_one()
7132 vmcs_write(ctrl_fld, ctrl); in test_efer_one()
7144 u32 ctrl_fld, u64 ctrl_bit, u64 efer_bit, in test_efer_bit() argument
7148 u32 ctrl_saved = vmcs_read(ctrl_fld); in test_efer_bit()
7160 test_efer_one(fld, fld_name, efer, ctrl_fld, ctrl, in test_efer_bit()
7164 vmcs_write(ctrl_fld, ctrl_saved); in test_efer_bit()
7168 static void test_efer(u32 fld, const char * fld_name, u32 ctrl_fld, in test_efer() argument
7172 u32 ctrl_saved = vmcs_read(ctrl_fld); in test_efer()
[all …]