Home
last modified time | relevance | path

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

/qemu/scripts/qapi/
A Dmain.py34 unmask: bool = False,
55 gen_introspect(schema, output_dir, prefix, unmask)
97 unmask=args.unmask,
A Dintrospect.py174 def __init__(self, prefix: str, unmask: bool):
178 self._unmask = unmask
/qemu/hw/vfio/
A Dplatform.c87 intp->unmask = g_new0(EventNotifier, 1); in vfio_init_intp()
88 ret = event_notifier_init(intp->unmask, 0); in vfio_init_intp()
91 g_free(intp->unmask); in vfio_init_intp()
354 int32_t fd = event_notifier_get_fd(intp->unmask); in vfio_set_resample_eventfd()
394 intp->unmask, irq) < 0) { in vfio_start_irqfd_injection()
407 event_notifier_get_fd(intp->unmask)); in vfio_start_irqfd_injection()
A Dpci.h78 EventNotifier unmask; /* eventfd for unmask on QEMU bypass */ member
A Dpci.c137 if (event_notifier_init(&vdev->intx.unmask, 0)) { in vfio_intx_enable_kvm()
144 &vdev->intx.unmask, in vfio_intx_enable_kvm()
152 event_notifier_get_fd(&vdev->intx.unmask), in vfio_intx_enable_kvm()
170 event_notifier_cleanup(&vdev->intx.unmask); in vfio_intx_enable_kvm()
202 event_notifier_cleanup(&vdev->intx.unmask); in vfio_intx_disable_kvm()
/qemu/include/hw/vfio/
A Dvfio-platform.h38 EventNotifier *unmask; /* eventfd for unmask on QEMU bypass */ member
/qemu/include/hw/xen/
A Dxen_backend_ops.h61 int (*unmask)(struct xenevtchn_handle *xc, evtchn_port_t port); member
125 return xen_evtchn_ops->unmask(xc, port); in qemu_xen_evtchn_unmask()
/qemu/hw/i386/kvm/
A Dxen_evtchn.h66 int xen_evtchn_unmask_op(struct evtchn_unmask *unmask);
A Dxen_evtchn.c293 .unmask = xen_be_evtchn_unmask,
1162 int xen_evtchn_unmask_op(struct evtchn_unmask *unmask) in xen_evtchn_unmask_op() argument
1171 if (!valid_port(unmask->port)) { in xen_evtchn_unmask_op()
1177 ret = unmask_port(s, unmask->port, true); in xen_evtchn_unmask_op()
/qemu/include/hw/xen/interface/
A Devent_channel.h319 evtchn_unmask_t unmask; member
/qemu/target/i386/kvm/
A Dxen-emu.c1270 struct evtchn_unmask unmask; in kvm_xen_hcall_evtchn_op() local
1272 qemu_build_assert(sizeof(unmask) == 4); in kvm_xen_hcall_evtchn_op()
1273 if (kvm_copy_from_gva(cs, arg, &unmask, sizeof(unmask))) { in kvm_xen_hcall_evtchn_op()
1278 err = xen_evtchn_unmask_op(&unmask); in kvm_xen_hcall_evtchn_op()
/qemu/hw/xen/
A Dxen-operations.c166 .unmask = xenevtchn_unmask,
/qemu/docs/devel/
A Dtcg.rst50 unmask interrupts.

Completed in 56 milliseconds