Searched refs:DF_VECTOR (Results 1 – 6 of 6) sorted by relevance
110 return is_exception_n(intr_info, DF_VECTOR); in is_double_fault()
5037 case DF_VECTOR: in rmode_exception()6990 vector != DF_VECTOR && !idtv_info_valid) in vmx_recover_nmi_blocking()
169 { SVM_EXIT_EXCP_BASE + DF_VECTOR, "DF excp" }, \
27 #define DF_VECTOR 8 macro
252 static u32 exception_has_error_code = BIT(DF_VECTOR) | BIT(TS_VECTOR) | in x86_exception_has_error_code()
748 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