Lines Matching full:deliver
231 /* Attempt to deliver a *masked* interrupt */ in guest_code()
239 /* Now deliver an *unmasked* interrupt */ in guest_code()
244 /* Change memslots and deliver an interrupt */ in guest_code()
249 /* Deliver event channel with KVM_XEN_HVM_EVTCHN_SEND */ in guest_code()
256 /* Our turn. Deliver event channel (to ourselves) with in guest_code()
275 /* Deliver "outbound" event channel to an eventfd which in guest_code()
593 .u.evtchn.deliver.port.port = EVTCHN_TEST1, in main()
594 .u.evtchn.deliver.port.vcpu = vcpu->id + 1, in main()
595 .u.evtchn.deliver.port.priority = KVM_IRQ_ROUTING_XEN_EVTCHN_PRIO_2LEVEL, in main()
601 inj.u.evtchn.deliver.port.vcpu = vcpu->id; in main()
605 inj.u.evtchn.deliver.eventfd.port = 0; in main()
606 inj.u.evtchn.deliver.eventfd.fd = irq_fd[1]; in main()
709 /* Unmask that, but deliver the other one */ in main()