Searched refs:kvm_irqfd (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.15/virt/kvm/ |
D | eventfd.c | 36 kvm_arch_irqfd_allowed(struct kvm *kvm, struct kvm_irqfd *args) in kvm_arch_irqfd_allowed() 287 kvm_irqfd_assign(struct kvm *kvm, struct kvm_irqfd *args) in kvm_irqfd_assign() 532 kvm_irqfd_deassign(struct kvm *kvm, struct kvm_irqfd *args) in kvm_irqfd_deassign() 572 kvm_irqfd(struct kvm *kvm, struct kvm_irqfd *args) in kvm_irqfd() function
|
D | kvm_main.c | 4407 struct kvm_irqfd data; in kvm_vm_ioctl() 4412 r = kvm_irqfd(kvm, &data); in kvm_vm_ioctl()
|
/Linux-v5.15/arch/x86/kvm/ |
D | irq.c | 156 bool kvm_arch_irqfd_allowed(struct kvm *kvm, struct kvm_irqfd *args) in kvm_arch_irqfd_allowed()
|
/Linux-v5.15/include/linux/ |
D | kvm_host.h | 1195 bool kvm_arch_irqfd_allowed(struct kvm *kvm, struct kvm_irqfd *args); 1580 int kvm_irqfd(struct kvm *kvm, struct kvm_irqfd *args); 1584 static inline int kvm_irqfd(struct kvm *kvm, struct kvm_irqfd *args) in kvm_irqfd() function 1596 static inline int kvm_irqfd(struct kvm *kvm, struct kvm_irqfd *args) in kvm_irqfd() function
|
/Linux-v5.15/tools/include/uapi/linux/ |
D | kvm.h | 1214 struct kvm_irqfd { struct 1413 #define KVM_IRQFD _IOW(KVMIO, 0x76, struct kvm_irqfd)
|
/Linux-v5.15/include/uapi/linux/ |
D | kvm.h | 1214 struct kvm_irqfd { struct 1413 #define KVM_IRQFD _IOW(KVMIO, 0x76, struct kvm_irqfd)
|
/Linux-v5.15/Documentation/virt/kvm/ |
D | api.rst | 2829 :Parameters: struct kvm_irqfd (in) 2833 kvm_irqfd.fd specifies the file descriptor to use as the eventfd and 2834 kvm_irqfd.gsi specifies the irqchip pin toggled by this event. When 2837 the KVM_IRQFD_FLAG_DEASSIGN flag, specifying both kvm_irqfd.fd 2838 and kvm_irqfd.gsi. 2843 additional eventfd in the kvm_irqfd.resamplefd field. When operating 2847 kvm_irqfd.resamplefd. It is the user's responsibility to re-queue
|