Home
last modified time | relevance | path

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

/arch/x86/kvm/vmx/
A Dvmcs.h110 return is_exception_n(intr_info, DF_VECTOR); in is_double_fault()
A Dvmx.c5037 case DF_VECTOR: in rmode_exception()
6990 vector != DF_VECTOR && !idtv_info_valid) in vmx_recover_nmi_blocking()
/arch/x86/include/uapi/asm/
A Dsvm.h169 { SVM_EXIT_EXCP_BASE + DF_VECTOR, "DF excp" }, \
A Dkvm.h27 #define DF_VECTOR 8 macro
/arch/x86/kvm/
A Dx86.h252 static u32 exception_has_error_code = BIT(DF_VECTOR) | BIT(TS_VECTOR) | in x86_exception_has_error_code()
A Dx86.c748 if (mask & ((1 << DF_VECTOR) | (1 << MC_VECTOR))) in exception_type()
860 if (prev_nr == DF_VECTOR) { in kvm_multiple_exception()
876 kvm_queue_exception_e(vcpu, DF_VECTOR, 0); in kvm_multiple_exception()

Completed in 47 milliseconds