Searched refs:ioeventfd (Results 1 – 7 of 7) sorted by relevance
| /Linux-v6.6/drivers/vfio/pci/ |
| D | vfio_pci_rdwr.c | 361 static void vfio_pci_ioeventfd_do_write(struct vfio_pci_ioeventfd *ioeventfd, in vfio_pci_ioeventfd_do_write() argument 364 switch (ioeventfd->count) { in vfio_pci_ioeventfd_do_write() 366 vfio_pci_iowrite8(ioeventfd->vdev, test_mem, in vfio_pci_ioeventfd_do_write() 367 ioeventfd->data, ioeventfd->addr); in vfio_pci_ioeventfd_do_write() 370 vfio_pci_iowrite16(ioeventfd->vdev, test_mem, in vfio_pci_ioeventfd_do_write() 371 ioeventfd->data, ioeventfd->addr); in vfio_pci_ioeventfd_do_write() 374 vfio_pci_iowrite32(ioeventfd->vdev, test_mem, in vfio_pci_ioeventfd_do_write() 375 ioeventfd->data, ioeventfd->addr); in vfio_pci_ioeventfd_do_write() 379 vfio_pci_iowrite64(ioeventfd->vdev, test_mem, in vfio_pci_ioeventfd_do_write() 380 ioeventfd->data, ioeventfd->addr); in vfio_pci_ioeventfd_do_write() [all …]
|
| D | vfio_pci_core.c | 565 struct vfio_pci_ioeventfd *ioeventfd, *ioeventfd_tmp; in vfio_pci_core_disable() local 602 list_for_each_entry_safe(ioeventfd, ioeventfd_tmp, in vfio_pci_core_disable() 604 vfio_virqfd_disable(&ioeventfd->virqfd); in vfio_pci_core_disable() 605 list_del(&ioeventfd->next); in vfio_pci_core_disable() 606 kfree(ioeventfd); in vfio_pci_core_disable() 1419 struct vfio_device_ioeventfd ioeventfd; in vfio_pci_ioctl_ioeventfd() local 1422 if (copy_from_user(&ioeventfd, arg, minsz)) in vfio_pci_ioctl_ioeventfd() 1425 if (ioeventfd.argsz < minsz) in vfio_pci_ioctl_ioeventfd() 1428 if (ioeventfd.flags & ~VFIO_DEVICE_IOEVENTFD_SIZE_MASK) in vfio_pci_ioctl_ioeventfd() 1431 count = ioeventfd.flags & VFIO_DEVICE_IOEVENTFD_SIZE_MASK; in vfio_pci_ioctl_ioeventfd() [all …]
|
| /Linux-v6.6/drivers/virt/acrn/ |
| D | ioeventfd.c | 53 struct hsm_ioeventfd *ioeventfd) in hsm_ioeventfd_is_conflict() argument 61 if (p->eventfd == ioeventfd->eventfd && in hsm_ioeventfd_is_conflict() 62 p->addr == ioeventfd->addr && in hsm_ioeventfd_is_conflict() 63 p->type == ioeventfd->type && in hsm_ioeventfd_is_conflict() 64 (p->wildcard || ioeventfd->wildcard || in hsm_ioeventfd_is_conflict() 65 p->data == ioeventfd->data)) in hsm_ioeventfd_is_conflict()
|
| D | hsm.c | 115 struct acrn_ioeventfd ioeventfd; in acrn_dev_ioctl() local 402 if (copy_from_user(&ioeventfd, (void __user *)ioctl_param, in acrn_dev_ioctl() 403 sizeof(ioeventfd))) in acrn_dev_ioctl() 406 if (ioeventfd.reserved != 0) in acrn_dev_ioctl() 409 ret = acrn_ioeventfd_config(vm, &ioeventfd); in acrn_dev_ioctl()
|
| D | Makefile | 3 acrn-y := hsm.o vm.o mm.o ioreq.o ioeventfd.o irqfd.o
|
| /Linux-v6.6/Documentation/virt/kvm/s390/ |
| D | s390-diag.rst | 62 Handled by either userspace or KVM (ioeventfd case).
|
| /Linux-v6.6/Documentation/virt/kvm/ |
| D | api.rst | 2009 This ioctl attaches or detaches an ioeventfd to a legal pio/mmio address 2041 With KVM_CAP_IOEVENTFD_ANY_LENGTH, a zero length ioeventfd is allowed, and 2043 The speedup may only apply to specific architectures, but the ioeventfd will
|