Searched refs:kvm_irqfd (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/virt/kvm/ |
| H A D | eventfd.c | 36 kvm_arch_irqfd_allowed(struct kvm *kvm, struct kvm_irqfd *args) in kvm_arch_irqfd_allowed() 304 kvm_irqfd_assign(struct kvm *kvm, struct kvm_irqfd *args) in kvm_irqfd_assign() 526 kvm_irqfd_deassign(struct kvm *kvm, struct kvm_irqfd *args) in kvm_irqfd_deassign() 566 kvm_irqfd(struct kvm *kvm, struct kvm_irqfd *args) in kvm_irqfd() function
|
| H A D | kvm_main.c | 5157 struct kvm_irqfd data; in kvm_vm_ioctl() 5162 r = kvm_irqfd(kvm, &data); in kvm_vm_ioctl()
|
| /linux-6.15/arch/x86/kvm/ |
| H A D | irq.c | 167 bool kvm_arch_irqfd_allowed(struct kvm *kvm, struct kvm_irqfd *args) in kvm_arch_irqfd_allowed()
|
| /linux-6.15/include/linux/ |
| H A D | kvm_host.h | 1779 bool kvm_arch_irqfd_allowed(struct kvm *kvm, struct kvm_irqfd *args); 2208 int kvm_irqfd(struct kvm *kvm, struct kvm_irqfd *args); 2215 static inline int kvm_irqfd(struct kvm *kvm, struct kvm_irqfd *args) in kvm_irqfd() function
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | kvm.h | 1008 struct kvm_irqfd { struct 1213 #define KVM_IRQFD _IOW(KVMIO, 0x76, struct kvm_irqfd)
|
| /linux-6.15/include/uapi/linux/ |
| H A D | kvm.h | 1008 struct kvm_irqfd { struct 1213 #define KVM_IRQFD _IOW(KVMIO, 0x76, struct kvm_irqfd)
|
| /linux-6.15/tools/testing/selftests/kvm/arm64/ |
| H A D | vgic_irq.c | 629 struct kvm_irqfd irqfd = { in kvm_routing_and_irqfd_check()
|
| /linux-6.15/tools/testing/selftests/kvm/x86/ |
| H A D | xen_shinfo_test.c | 575 struct kvm_irqfd ifd = { }; in main()
|
| /linux-6.15/Documentation/virt/kvm/ |
| H A D | api.rst | 3152 :Parameters: struct kvm_irqfd (in) 3156 kvm_irqfd.fd specifies the file descriptor to use as the eventfd and 3157 kvm_irqfd.gsi specifies the irqchip pin toggled by this event. When 3160 the KVM_IRQFD_FLAG_DEASSIGN flag, specifying both kvm_irqfd.fd 3161 and kvm_irqfd.gsi. 3166 additional eventfd in the kvm_irqfd.resamplefd field. When operating 3170 kvm_irqfd.resamplefd. It is the user's responsibility to re-queue
|