Searched refs:kvm_irqfd (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/virt/kvm/ |
H A D | eventfd.c | 36 kvm_arch_irqfd_allowed(struct kvm *kvm, struct kvm_irqfd *args) in kvm_arch_irqfd_allowed() 303 kvm_irqfd_assign(struct kvm *kvm, struct kvm_irqfd *args) in kvm_irqfd_assign() 548 kvm_irqfd_deassign(struct kvm *kvm, struct kvm_irqfd *args) in kvm_irqfd_deassign() 588 kvm_irqfd(struct kvm *kvm, struct kvm_irqfd *args) in kvm_irqfd() function
|
H A D | kvm_main.c | 4866 struct kvm_irqfd data; in kvm_vm_ioctl() 4871 r = kvm_irqfd(kvm, &data); in kvm_vm_ioctl()
|
/openbmc/linux/arch/x86/kvm/ |
H A D | irq.c | 161 bool kvm_arch_irqfd_allowed(struct kvm *kvm, struct kvm_irqfd *args) in kvm_arch_irqfd_allowed()
|
/openbmc/linux/include/linux/ |
H A D | kvm_host.h | 1650 bool kvm_arch_irqfd_allowed(struct kvm *kvm, struct kvm_irqfd *args); 2031 int kvm_irqfd(struct kvm *kvm, struct kvm_irqfd *args); 2038 static inline int kvm_irqfd(struct kvm *kvm, struct kvm_irqfd *args) in kvm_irqfd() function 2057 static inline int kvm_irqfd(struct kvm *kvm, struct kvm_irqfd *args) in kvm_irqfd() function
|
/openbmc/qemu/linux-headers/linux/ |
H A D | kvm.h | 1003 struct kvm_irqfd { struct 1196 #define KVM_IRQFD _IOW(KVMIO, 0x76, struct kvm_irqfd)
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | kvm.h | 1307 struct kvm_irqfd { struct 1507 #define KVM_IRQFD _IOW(KVMIO, 0x76, struct kvm_irqfd)
|
/openbmc/linux/include/uapi/linux/ |
H A D | kvm.h | 1307 struct kvm_irqfd { struct 1514 #define KVM_IRQFD _IOW(KVMIO, 0x76, struct kvm_irqfd)
|
/openbmc/linux/tools/testing/selftests/kvm/aarch64/ |
H A D | vgic_irq.c | 636 struct kvm_irqfd irqfd = { in kvm_routing_and_irqfd_check()
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-pci.c | 1431 bool kvm_irqfd = (vdev->status & VIRTIO_CONFIG_S_DRIVER_OK) && in virtio_pci_set_vector() local 1443 if (kvm_irqfd && old_vector != VIRTIO_NO_VECTOR) { in virtio_pci_set_vector() 1453 if (kvm_irqfd && new_vector != VIRTIO_NO_VECTOR) { in virtio_pci_set_vector()
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | xen_shinfo_test.c | 565 struct kvm_irqfd ifd = { }; in main()
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | api.rst | 3095 :Parameters: struct kvm_irqfd (in) 3099 kvm_irqfd.fd specifies the file descriptor to use as the eventfd and 3100 kvm_irqfd.gsi specifies the irqchip pin toggled by this event. When 3103 the KVM_IRQFD_FLAG_DEASSIGN flag, specifying both kvm_irqfd.fd 3104 and kvm_irqfd.gsi. 3109 additional eventfd in the kvm_irqfd.resamplefd field. When operating 3113 kvm_irqfd.resamplefd. It is the user's responsibility to re-queue
|
/openbmc/qemu/accel/kvm/ |
H A D | kvm-all.c | 2238 struct kvm_irqfd irqfd = { in kvm_irqchip_assign_irqfd()
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |
H A D | opengrok2.0.log | [all...] |