Lines Matching defs:deliver
169 /* might as well deliver this straight away */
176 /* might as well deliver this straight away */
183 /* might as well deliver this straight away */
189 /* might as well deliver this straight away */
195 /* might as well deliver this straight away */
269 int deliver = 1;
275 deliver = (kvmppc_get_msr(vcpu) & MSR_EE) && !crit;
279 deliver = (kvmppc_get_msr(vcpu) & MSR_EE) && !crit;
328 deliver = 0;
334 printk(KERN_INFO "Deliver interrupt 0x%x? %x\n", vec, deliver);
337 if (deliver)
340 return deliver;