Home
last modified time | relevance | path

Searched refs:deliver (Results 1 – 13 of 13) sorted by relevance

/qemu/net/
H A Dqueue.c56 NetQueueDeliverFunc *deliver; member
63 NetQueue *qemu_new_net_queue(NetQueueDeliverFunc *deliver, void *opaque) in qemu_new_net_queue() argument
72 queue->deliver = deliver; in qemu_new_net_queue()
164 ret = queue->deliver(sender, flags, &iov, 1, queue->opaque); in qemu_net_queue_deliver()
179 ret = queue->deliver(sender, flags, iov, iovcnt, queue->opaque); in qemu_net_queue_deliver_iov()
/qemu/include/net/
H A Dqueue.h47 NetQueue *qemu_new_net_queue(NetQueueDeliverFunc *deliver, void *opaque);
/qemu/hw/tpm/
H A Dtrace-events38 tpm_spapr_caught_response(uint32_t v) "Caught response to deliver after resume: %u bytes"
/qemu/docs/specs/
H A Dppc-xive.rst11 deliver interrupts directly to virtual processors without hypervisor
187 the IVPE sub-engine which does a CAM scan to find a CPU to deliver the
H A Dppc-spapr-xive.rst7 virtualization features which enables the HW to deliver interrupts
/qemu/hw/i386/kvm/
H A Dxen_evtchn.c577 ha.u.evtchn.deliver.port.port = port; in assign_kernel_port()
578 ha.u.evtchn.deliver.port.vcpu = kvm_arch_vcpu_id(cpu); in assign_kernel_port()
579 ha.u.evtchn.deliver.port.priority = KVM_IRQ_ROUTING_XEN_EVTCHN_PRIO_2LEVEL; in assign_kernel_port()
592 ha.u.evtchn.deliver.eventfd.port = 0; in assign_kernel_eventfd()
593 ha.u.evtchn.deliver.eventfd.fd = fd; in assign_kernel_eventfd()
/qemu/hw/i386/
H A Dtrace-events61 …emap(int index, int tri, int vec, int deliver, uint32_t dest, int dest_mode) "index %d trigger %d …
/qemu/linux-headers/asm-x86/
H A Dkvm.h609 } deliver; member
/qemu/docs/
H A Drdma.txt337 describe above to deliver bytes without changing the upper-level
/qemu/qapi/
H A Dmachine.json418 # @delay: continue to deliver ticks at the normal rate. The guest OS
424 # @slew: deliver ticks at a higher rate to catch up with the missed
/qemu/hw/intc/
H A Dtrace-events59 xics_icp_irq(int server, int nr, uint8_t priority) "cpu %d trying to deliver irq 0x%"PRIx32" priori…
/qemu/tcg/sparc64/
H A Dtcg-target.c.inc1160 * and allow host SIGBUS to deliver SIGBUS to the guest.
/qemu/
H A Dmeson.build4523 # On windows, we want to deliver the qemu_plugin_api.lib file in the qemu installer,