Searched refs:DF_VECTOR (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | nested_exceptions_test.c | 53 #define INTERCEPT_SS_DF (INTERCEPT_SS | BIT_ULL(DF_VECTOR)) 68 GUEST_SYNC(DF_VECTOR); in l2_ss_injected_df_test() 106 svm_run_l2(svm, l2_ss_injected_df_test, DF_VECTOR, DF_ERROR_CODE); in l1_svm_code() 150 vmx_run_l2(l2_ss_injected_df_test, DF_VECTOR, DF_ERROR_CODE); in l1_vmx_code() 270 assert_ucall_vector(vcpu, DF_VECTOR); in main()
|
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | vmcs.h | 110 return is_exception_n(intr_info, DF_VECTOR); in is_double_fault()
|
H A D | vmx.c | 5131 case DF_VECTOR: in rmode_exception() 7062 vector != DF_VECTOR && !idtv_info_valid) in vmx_recover_nmi_blocking()
|
/openbmc/linux/tools/arch/x86/include/uapi/asm/ |
H A D | svm.h | 166 { SVM_EXIT_EXCP_BASE + DF_VECTOR, "DF excp" }, \
|
H A D | kvm.h | 25 #define DF_VECTOR 8 macro
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | svm.h | 166 { SVM_EXIT_EXCP_BASE + DF_VECTOR, "DF excp" }, \
|
H A D | kvm.h | 25 #define DF_VECTOR 8 macro
|
/openbmc/linux/arch/x86/kvm/ |
H A D | x86.h | 176 static u32 exception_has_error_code = BIT(DF_VECTOR) | BIT(TS_VECTOR) | in x86_exception_has_error_code()
|
H A D | x86.c | 566 if (mask & ((1 << DF_VECTOR) | (1 << MC_VECTOR))) in exception_type() 706 if (prev_nr == DF_VECTOR) { in kvm_multiple_exception() 722 kvm_queue_exception_e(vcpu, DF_VECTOR, 0); in kvm_multiple_exception()
|
/openbmc/qemu/linux-headers/asm-x86/ |
H A D | kvm.h | 27 #define DF_VECTOR 8 macro
|