Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dnested_exceptions_test.c53 #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 Dvmcs.h110 return is_exception_n(intr_info, DF_VECTOR); in is_double_fault()
H A Dvmx.c5131 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 Dsvm.h166 { SVM_EXIT_EXCP_BASE + DF_VECTOR, "DF excp" }, \
H A Dkvm.h25 #define DF_VECTOR 8 macro
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dsvm.h166 { SVM_EXIT_EXCP_BASE + DF_VECTOR, "DF excp" }, \
H A Dkvm.h25 #define DF_VECTOR 8 macro
/openbmc/linux/arch/x86/kvm/
H A Dx86.h176 static u32 exception_has_error_code = BIT(DF_VECTOR) | BIT(TS_VECTOR) | in x86_exception_has_error_code()
H A Dx86.c566 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 Dkvm.h27 #define DF_VECTOR 8 macro