Searched refs:unmask (Results 1 – 13 of 13) sorted by relevance
| /qemu/scripts/qapi/ |
| A D | main.py | 34 unmask: bool = False, 55 gen_introspect(schema, output_dir, prefix, unmask) 97 unmask=args.unmask,
|
| A D | introspect.py | 174 def __init__(self, prefix: str, unmask: bool): 178 self._unmask = unmask
|
| /qemu/hw/vfio/ |
| A D | platform.c | 87 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 D | pci.h | 78 EventNotifier unmask; /* eventfd for unmask on QEMU bypass */ member
|
| A D | pci.c | 137 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 D | vfio-platform.h | 38 EventNotifier *unmask; /* eventfd for unmask on QEMU bypass */ member
|
| /qemu/include/hw/xen/ |
| A D | xen_backend_ops.h | 61 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 D | xen_evtchn.h | 66 int xen_evtchn_unmask_op(struct evtchn_unmask *unmask);
|
| A D | xen_evtchn.c | 293 .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 D | event_channel.h | 319 evtchn_unmask_t unmask; member
|
| /qemu/target/i386/kvm/ |
| A D | xen-emu.c | 1270 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 D | xen-operations.c | 166 .unmask = xenevtchn_unmask,
|
| /qemu/docs/devel/ |
| A D | tcg.rst | 50 unmask interrupts.
|
Completed in 56 milliseconds