Lines Matching defs:exception
893 * certain exception bitmap, we must trap the same exceptions and pass
1704 * instruction boundary), any #DB exception pending delivery must be a
1709 (!vcpu->arch.exception.pending ||
1710 vcpu->arch.exception.nr == DB_VECTOR))
1738 unsigned nr = vcpu->arch.exception.nr;
1739 bool has_error_code = vcpu->arch.exception.has_error_code;
1740 u32 error_code = vcpu->arch.exception.error_code;
4794 * Update instruction length as we may reinject the exception
5012 kvm_run->debug.arch.exception = ex_no;
5030 kvm_run->ex.exception = ex_no;
5245 vcpu->run->debug.arch.exception = DB_VECTOR;
5559 vcpu->arch.exception.pending) {
7525 struct x86_exception *exception)
7537 exception->vector = UD_VECTOR;
7538 exception->error_code_valid = false;