Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmcs.h107 return is_exception_n(intr_info, DF_VECTOR); in is_double_fault()
H A Dvmx.c4782 case DF_VECTOR: in rmode_exception()
6570 vector != DF_VECTOR && !idtv_info_valid) in vmx_recover_nmi_blocking()
/OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/
H A Dsvm.h131 { SVM_EXIT_EXCP_BASE + DF_VECTOR, "DF excp" }, \
H A Dkvm.h23 #define DF_VECTOR 8 macro
/OK3568_Linux_fs/kernel/tools/arch/x86/include/uapi/asm/
H A Dsvm.h131 { SVM_EXIT_EXCP_BASE + DF_VECTOR, "DF excp" }, \
H A Dkvm.h23 #define DF_VECTOR 8 macro
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.h116 static u32 exception_has_error_code = BIT(DF_VECTOR) | BIT(TS_VECTOR) | in x86_exception_has_error_code()
H A Dx86.c483 if (mask & ((1 << DF_VECTOR) | (1 << MC_VECTOR))) in exception_type()
586 if (prev_nr == DF_VECTOR) { in kvm_multiple_exception()
603 vcpu->arch.exception.nr = DF_VECTOR; in kvm_multiple_exception()