Lines Matching full:deliver
230 /* Attempt to deliver a *masked* interrupt */ in guest_code()
238 /* Now deliver an *unmasked* interrupt */ in guest_code()
243 /* Change memslots and deliver an interrupt */ in guest_code()
248 /* Deliver event channel with KVM_XEN_HVM_EVTCHN_SEND */ in guest_code()
255 /* Our turn. Deliver event channel (to ourselves) with in guest_code()
274 /* Deliver "outbound" event channel to an eventfd which in guest_code()
603 .u.evtchn.deliver.port.port = EVTCHN_TEST1, in main()
604 .u.evtchn.deliver.port.vcpu = vcpu->id + 1, in main()
605 .u.evtchn.deliver.port.priority = KVM_IRQ_ROUTING_XEN_EVTCHN_PRIO_2LEVEL, in main()
611 inj.u.evtchn.deliver.port.vcpu = vcpu->id; in main()
615 inj.u.evtchn.deliver.eventfd.port = 0; in main()
616 inj.u.evtchn.deliver.eventfd.fd = irq_fd[1]; in main()
719 /* Unmask that, but deliver the other one */ in main()