Searched refs:ioeventfd (Results 1 – 3 of 3) sorted by relevance
53 struct hsm_ioeventfd *ioeventfd) in hsm_ioeventfd_is_conflict() argument61 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()
3 acrn-y := hsm.o vm.o mm.o ioreq.o ioeventfd.o irqfd.o
688 struct vfio_pci_ioeventfd *ioeventfd, *ioeventfd_tmp; in vfio_pci_core_disable() local725 list_for_each_entry_safe(ioeventfd, ioeventfd_tmp, in vfio_pci_core_disable()727 vfio_virqfd_disable(&ioeventfd->virqfd); in vfio_pci_core_disable()728 list_del(&ioeventfd->next); in vfio_pci_core_disable()729 kfree(ioeventfd); in vfio_pci_core_disable()1534 struct vfio_device_ioeventfd ioeventfd; in vfio_pci_ioctl_ioeventfd() local1537 if (copy_from_user(&ioeventfd, arg, minsz)) in vfio_pci_ioctl_ioeventfd()1540 if (ioeventfd.argsz < minsz) in vfio_pci_ioctl_ioeventfd()1543 if (ioeventfd.flags & ~VFIO_DEVICE_IOEVENTFD_SIZE_MASK) in vfio_pci_ioctl_ioeventfd()1546 count = ioeventfd.flags & VFIO_DEVICE_IOEVENTFD_SIZE_MASK; in vfio_pci_ioctl_ioeventfd()[all …]