Lines Matching defs:exception
905 * certain exception bitmap, we must trap the same exceptions and pass
1769 * any #DB exception pending delivery must be a debug-trap of lower
1774 (!vcpu->arch.exception.pending ||
1775 vcpu->arch.exception.vector == DB_VECTOR) &&
1806 struct kvm_queued_exception *ex = &vcpu->arch.exception;
2202 * exception bitmap to trap #NM for proper virtualization
5107 * Update instruction length as we may reinject the exception
5204 * Queue the exception here instead of in handle_nm_fault_irqoff().
5323 kvm_run->debug.arch.exception = ex_no;
5341 kvm_run->ex.exception = ex_no;
5556 vcpu->run->debug.arch.exception = DB_VECTOR;
5838 (kvm_is_exception_pending(vcpu) || vcpu->arch.exception.injected);
6942 * Do not blindly read xfd_err here, since this exception might
6949 * Queuing exception is done in vmx_handle_exit. See comment there.
7959 struct x86_exception *exception)
7971 exception->vector = UD_VECTOR;
7972 exception->error_code_valid = false;