Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86_64/
A Dnested_exceptions_test.c113 static void vmx_run_l2(void *l2_code, int vector, uint32_t error_code) in vmx_run_l2() function
144 vmx_run_l2(l2_ss_pending_test, SS_VECTOR, (u16)SS_ERROR_CODE); in l1_vmx_code()
145 vmx_run_l2(l2_ss_injected_gp_test, GP_VECTOR, GP_ERROR_CODE_INTEL); in l1_vmx_code()
148 vmx_run_l2(l2_ss_injected_df_test, DF_VECTOR, DF_ERROR_CODE); in l1_vmx_code()
151 vmx_run_l2(l2_ss_injected_tf_test, FAKE_TRIPLE_FAULT_VECTOR, 0); in l1_vmx_code()

Completed in 5 milliseconds