Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dnested_exceptions_test.c115 static void vmx_run_l2(void *l2_code, int vector, uint32_t error_code) in vmx_run_l2() function
146 vmx_run_l2(l2_ss_pending_test, SS_VECTOR, (u16)SS_ERROR_CODE); in l1_vmx_code()
147 vmx_run_l2(l2_ss_injected_gp_test, GP_VECTOR, GP_ERROR_CODE_INTEL); in l1_vmx_code()
150 vmx_run_l2(l2_ss_injected_df_test, DF_VECTOR, DF_ERROR_CODE); in l1_vmx_code()
153 vmx_run_l2(l2_ss_injected_tf_test, FAKE_TRIPLE_FAULT_VECTOR, 0); in l1_vmx_code()