Home
last modified time | relevance | path

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

/arch/x86/kvm/vmx/
Dvmcs.h109 return is_exception_n(intr_info, DF_VECTOR); in is_double_fault()
Dvmx.c4779 case DF_VECTOR: in rmode_exception()
6573 vector != DF_VECTOR && !idtv_info_valid) in vmx_recover_nmi_blocking()
/arch/x86/include/uapi/asm/
Dsvm.h152 { SVM_EXIT_EXCP_BASE + DF_VECTOR, "DF excp" }, \
Dkvm.h24 #define DF_VECTOR 8 macro
/arch/x86/kvm/
Dx86.h177 static u32 exception_has_error_code = BIT(DF_VECTOR) | BIT(TS_VECTOR) | in x86_exception_has_error_code()
Dx86.c553 if (mask & ((1 << DF_VECTOR) | (1 << MC_VECTOR))) in exception_type()
667 if (prev_nr == DF_VECTOR) { in kvm_multiple_exception()
684 vcpu->arch.exception.nr = DF_VECTOR; in kvm_multiple_exception()