Home
last modified time | relevance | path

Searched refs:assign (Results 1 – 25 of 36) sorted by relevance

12

/qemu/hw/virtio/
H A Dvirtio-mmio.c47 int n, bool assign) in virtio_mmio_ioeventfd_assign() argument
51 if (assign) { in virtio_mmio_ioeventfd_assign()
655 static int virtio_mmio_set_guest_notifier(DeviceState *d, int n, bool assign, in virtio_mmio_set_guest_notifier() argument
664 if (assign) { in virtio_mmio_set_guest_notifier()
676 vdc->guest_notifier_mask(vdev, n, !assign); in virtio_mmio_set_guest_notifier()
681 static int virtio_mmio_set_config_guest_notifier(DeviceState *d, bool assign, in virtio_mmio_set_config_guest_notifier() argument
690 if (assign) { in virtio_mmio_set_config_guest_notifier()
695 virtio_config_set_guest_notifier_fd_handler(vdev, assign, with_irqfd); in virtio_mmio_set_config_guest_notifier()
697 virtio_config_set_guest_notifier_fd_handler(vdev, assign, with_irqfd); in virtio_mmio_set_config_guest_notifier()
701 vdc->guest_notifier_mask(vdev, VIRTIO_CONFIG_IRQ_IDX, !assign); in virtio_mmio_set_config_guest_notifier()
[all …]
H A Dvirtio-pci.c326 int n, bool assign) in virtio_pci_ioeventfd_assign() argument
341 if (assign) { in virtio_pci_ioeventfd_assign()
1166 int n, bool assign, in virtio_pci_set_guest_notifier_fd_handler() argument
1170 virtio_config_set_guest_notifier_fd_handler(vdev, assign, with_irqfd); in virtio_pci_set_guest_notifier_fd_handler()
1172 virtio_queue_set_guest_notifier_fd_handler(vq, assign, with_irqfd); in virtio_pci_set_guest_notifier_fd_handler()
1176 static int virtio_pci_set_guest_notifier(DeviceState *d, int n, bool assign, in virtio_pci_set_guest_notifier() argument
1192 if (assign) { in virtio_pci_set_guest_notifier()
1207 vdc->guest_notifier_mask(vdev, n, !assign); in virtio_pci_set_guest_notifier()
1224 static int virtio_pci_set_guest_notifiers(DeviceState *d, int nvqs, bool assign) in virtio_pci_set_guest_notifiers() argument
1240 if (!assign && !proxy->nvqs_with_notifiers) { in virtio_pci_set_guest_notifiers()
[all …]
H A Dvirtio-bus.c276 int virtio_bus_set_host_notifier(VirtioBusState *bus, int n, bool assign) in virtio_bus_set_host_notifier() argument
289 if (assign) { in virtio_bus_set_host_notifier()
306 virtio_queue_set_host_notifier_enabled(vq, assign); in virtio_bus_set_host_notifier()
H A Dvirtio.c3743 void virtio_queue_set_guest_notifier_fd_handler(VirtQueue *vq, bool assign, in virtio_queue_set_guest_notifier_fd_handler() argument
3746 if (assign && !with_irqfd) { in virtio_queue_set_guest_notifier_fd_handler()
3752 if (!assign) { in virtio_queue_set_guest_notifier_fd_handler()
3760 bool assign, bool with_irqfd) in virtio_config_set_guest_notifier_fd_handler() argument
3764 if (assign && !with_irqfd) { in virtio_config_set_guest_notifier_fd_handler()
3769 if (!assign) { in virtio_config_set_guest_notifier_fd_handler()
3906 MemoryRegion *mr, bool assign) in virtio_queue_set_host_notifier_mr() argument
3912 return k->set_host_notifier_mr(qbus->parent, n, mr, assign); in virtio_queue_set_host_notifier_mr()
/qemu/include/hw/virtio/
H A Dvirtio-bus.h52 int (*set_guest_notifiers)(DeviceState *d, int nvqs, bool assign);
54 MemoryRegion *mr, bool assign);
84 int n, bool assign);
155 int virtio_bus_set_host_notifier(VirtioBusState *bus, int n, bool assign);
H A Dvirtio.h362 MemoryRegion *mr, bool assign);
413 void virtio_queue_set_guest_notifier_fd_handler(VirtQueue *vq, bool assign,
429 bool assign, bool with_irqfd);
H A Dvirtio-pci.h267 int n, bool assign,
/qemu/accel/kvm/
H A Dtrace-events20 …fd, uint64_t addr, uint32_t val, bool assign, uint32_t size, bool datamatch) "fd: %d @0x%" PRIx64 …
21 …int fd, uint16_t addr, uint32_t val, bool assign, uint32_t size, bool datamatch) "fd: %d @0x%x val…
H A Dkvm-all.c1349 bool assign, uint32_t size, bool datamatch) in kvm_set_ioeventfd_mmio() argument
1360 trace_kvm_set_ioeventfd_mmio(fd, (uint64_t)addr, val, assign, size, in kvm_set_ioeventfd_mmio()
1369 if (!assign) { in kvm_set_ioeventfd_mmio()
1383 bool assign, uint32_t size, bool datamatch) in kvm_set_ioeventfd_pio() argument
1393 trace_kvm_set_ioeventfd_pio(fd, addr, val, assign, size, datamatch); in kvm_set_ioeventfd_pio()
1400 if (!assign) { in kvm_set_ioeventfd_pio()
2246 bool assign) in kvm_irqchip_assign_irqfd() argument
2254 .flags = assign ? 0 : KVM_IRQFD_FLAG_DEASSIGN, in kvm_irqchip_assign_irqfd()
2258 assert(assign); in kvm_irqchip_assign_irqfd()
2281 } else if (!assign) { in kvm_irqchip_assign_irqfd()
[all …]
/qemu/target/s390x/kvm/
H A Dtrace-events7 …_assign_subch_ioeventfd(int fd, uint32_t addr, bool assign, int datamatch) "fd: %d sch: @0x%x assi…
H A Dkvm_s390x.h38 int vq, bool assign);
H A Dkvm.c1968 int vq, bool assign) in kvm_s390_assign_subch_ioeventfd() argument
1978 trace_kvm_assign_subch_ioeventfd(kick.fd, kick.addr, assign, in kvm_s390_assign_subch_ioeventfd()
1983 if (!assign) { in kvm_s390_assign_subch_ioeventfd()
/qemu/target/hexagon/
H A Dgen_printinsn.py52 assign = re.compile(assignment_re)
81 am = assign.match(t)
/qemu/target/s390x/
H A Dcpu-system.c284 int vq, bool assign) in s390_assign_subch_ioeventfd() argument
287 return kvm_s390_assign_subch_ioeventfd(notifier, sch_id, vq, assign); in s390_assign_subch_ioeventfd()
H A Dcpu.h877 int vq, bool assign);
/qemu/docs/system/s390x/
H A Dvfio-ap.rst379 To assign an AP adapter to the mediated matrix device, its APID is written
380 to the ``assign_adapter`` file. This may be done multiple times to assign more
382 as a decimal, hexadecimal, or octal number. For example, to assign adapters
390 In order to successfully assign an adapter:
414 To assign a usage domain, the domain number is written into the
415 ``assign_domain`` file. This may be done multiple times to assign more than one
417 a decimal, hexadecimal, or octal number. For example, to assign usage domains
425 In order to successfully assign a domain:
450 To assign a control domain, the domain number is written into the
452 assign more than one control domain. The domain number may be specified using
[all …]
/qemu/hw/s390x/
H A Dvirtio-ccw.c152 int n, bool assign) in virtio_ccw_ioeventfd_assign() argument
159 return s390_assign_subch_ioeventfd(notifier, sch_id, n, assign); in virtio_ccw_ioeventfd_assign()
1021 bool assign, bool with_irqfd) in virtio_ccw_set_guest_notifier() argument
1028 if (assign) { in virtio_ccw_set_guest_notifier()
/qemu/docs/system/devices/
H A Dnvme.rst261 the controller will assign the controller-specified reclaim unit handle to
335 controller and assign an admin queue, an IO queue, and a MSI-X interrupt.
366 * assign the flexible resources to the VF and set it ONLINE
H A Dusb.rst89 Then use ``bus=ehci.0`` to assign your USB devices to that bus.
357 and also assign it to the correct USB bus in QEMU like this:
H A Dnet.rst58 configure the network in the QEMU VM. The DHCP server assign addresses
/qemu/qapi/
H A Dmisc.json249 # Receive a file descriptor via SCM rights and assign it a name
273 # and assign it a name (the SOCKET is associated with a CRT file
/qemu/docs/specs/
H A Dppc-spapr-hotplug.rst18 a Dynamic Resource Connector (DRC) is used to assign a particular dynamic
56 QEMU, this mapping is less important, so we assign a location code that
72 convention used to assign them to pSeries guests on pHyp (the hypervisor
/qemu/docs/about/
H A Ddeprecated.rst509 The vfio-calxeda-xgmac device allows to assign a host Calxeda Highbank
516 The vfio-amd-xgbe device allows to assign a host AMD 10GbE controller
522 The vfio-platform device allows to assign a host platform device
/qemu/docs/system/i386/
H A Dsgx.rst29 By default, QEMU does not assign EPC to a VM, i.e. fully enabling SGX in a VM
/qemu/docs/
H A Dqcow2-cache.txt140 - If only "cache-size" is specified then QEMU will assign as much

12