Searched refs:DF_VECTOR (Results 1 – 8 of 8) sorted by relevance
/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | nested_exceptions_test.c | 51 #define INTERCEPT_SS_DF (INTERCEPT_SS | BIT_ULL(DF_VECTOR)) 66 GUEST_SYNC(DF_VECTOR); in l2_ss_injected_df_test() 104 svm_run_l2(svm, l2_ss_injected_df_test, DF_VECTOR, DF_ERROR_CODE); in l1_svm_code() 148 vmx_run_l2(l2_ss_injected_df_test, DF_VECTOR, DF_ERROR_CODE); in l1_vmx_code() 268 assert_ucall_vector(vcpu, DF_VECTOR); in main()
|
/linux/arch/x86/kvm/vmx/ |
H A D | vmcs.h | 110 return is_exception_n(intr_info, DF_VECTOR); in is_double_fault()
|
/linux/arch/x86/include/uapi/asm/ |
H A D | svm.h | 167 { SVM_EXIT_EXCP_BASE + DF_VECTOR, "DF excp" }, \
|
H A D | kvm.h | 27 #define DF_VECTOR 8 macro
|
/linux/tools/arch/x86/include/uapi/asm/ |
H A D | svm.h | 167 { SVM_EXIT_EXCP_BASE + DF_VECTOR, "DF excp" }, \
|
H A D | kvm.h | 27 #define DF_VECTOR 8 macro
|
/linux/arch/x86/kvm/ |
H A D | x86.h | 199 static u32 exception_has_error_code = BIT(DF_VECTOR) | BIT(TS_VECTOR) | in x86_exception_has_error_code()
|
H A D | x86.c | 762 if (mask & ((1 << DF_VECTOR) | (1 << MC_VECTOR))) in exception_type() 896 if (prev_nr == DF_VECTOR) { in kvm_multiple_exception() 912 kvm_queue_exception_e(vcpu, DF_VECTOR, 0); in kvm_multiple_exception()
|