Lines Matching full:deliver
233 /* Attempt to deliver a *masked* interrupt */ in guest_code()
241 /* Now deliver an *unmasked* interrupt */ in guest_code()
246 /* Change memslots and deliver an interrupt */ in guest_code()
251 /* Deliver event channel with KVM_XEN_HVM_EVTCHN_SEND */ in guest_code()
258 /* Our turn. Deliver event channel (to ourselves) with in guest_code()
277 /* Deliver "outbound" event channel to an eventfd which in guest_code()
606 .u.evtchn.deliver.port.port = EVTCHN_TEST1, in main()
607 .u.evtchn.deliver.port.vcpu = vcpu->id + 1, in main()
608 .u.evtchn.deliver.port.priority = KVM_IRQ_ROUTING_XEN_EVTCHN_PRIO_2LEVEL, in main()
614 inj.u.evtchn.deliver.port.vcpu = vcpu->id; in main()
618 inj.u.evtchn.deliver.eventfd.port = 0; in main()
619 inj.u.evtchn.deliver.eventfd.fd = irq_fd[1]; in main()
722 /* Unmask that, but deliver the other one */ in main()