Lines Matching full:deliver
193 /* might as well deliver this straight away */ in kvmppc_core_queue_machine_check()
206 /* might as well deliver this straight away */ in kvmppc_core_queue_program()
213 /* might as well deliver this straight away */ in kvmppc_core_queue_fpunavail()
219 /* might as well deliver this straight away */ in kvmppc_core_queue_vec_unavail()
225 /* might as well deliver this straight away */ in kvmppc_core_queue_vsx_unavail()
299 int deliver = 1; in kvmppc_book3s_irqprio_deliver() local
305 deliver = !kvmhv_is_nestedv2() && (kvmppc_get_msr(vcpu) & MSR_EE) && !crit; in kvmppc_book3s_irqprio_deliver()
309 deliver = !kvmhv_is_nestedv2() && (kvmppc_get_msr(vcpu) & MSR_EE) && !crit; in kvmppc_book3s_irqprio_deliver()
358 deliver = 0; in kvmppc_book3s_irqprio_deliver()
363 if (deliver) in kvmppc_book3s_irqprio_deliver()
366 return deliver; in kvmppc_book3s_irqprio_deliver()