Searched refs:kvm_irqfd (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/virt/kvm/ |
D | eventfd.c | 36 kvm_arch_irqfd_allowed(struct kvm *kvm, struct kvm_irqfd *args) in kvm_arch_irqfd_allowed() 282 kvm_irqfd_assign(struct kvm *kvm, struct kvm_irqfd *args) in kvm_irqfd_assign() 527 kvm_irqfd_deassign(struct kvm *kvm, struct kvm_irqfd *args) in kvm_irqfd_deassign() 567 kvm_irqfd(struct kvm *kvm, struct kvm_irqfd *args) in kvm_irqfd() function
|
D | kvm_main.c | 3752 struct kvm_irqfd data; in kvm_vm_ioctl() 3757 r = kvm_irqfd(kvm, &data); in kvm_vm_ioctl()
|
/Linux-v5.10/include/linux/ |
D | kvm_host.h | 1056 bool kvm_arch_irqfd_allowed(struct kvm *kvm, struct kvm_irqfd *args); 1229 int kvm_irqfd(struct kvm *kvm, struct kvm_irqfd *args); 1233 static inline int kvm_irqfd(struct kvm *kvm, struct kvm_irqfd *args) in kvm_irqfd() function 1245 static inline int kvm_irqfd(struct kvm *kvm, struct kvm_irqfd *args) in kvm_irqfd() function
|
/Linux-v5.10/arch/x86/kvm/ |
D | irq.c | 150 bool kvm_arch_irqfd_allowed(struct kvm *kvm, struct kvm_irqfd *args) in kvm_arch_irqfd_allowed()
|
/Linux-v5.10/tools/include/uapi/linux/ |
D | kvm.h | 1150 struct kvm_irqfd { struct 1349 #define KVM_IRQFD _IOW(KVMIO, 0x76, struct kvm_irqfd)
|
/Linux-v5.10/include/uapi/linux/ |
D | kvm.h | 1150 struct kvm_irqfd { struct 1349 #define KVM_IRQFD _IOW(KVMIO, 0x76, struct kvm_irqfd)
|
/Linux-v5.10/Documentation/virt/kvm/ |
D | api.rst | 2791 :Parameters: struct kvm_irqfd (in) 2795 kvm_irqfd.fd specifies the file descriptor to use as the eventfd and 2796 kvm_irqfd.gsi specifies the irqchip pin toggled by this event. When 2799 the KVM_IRQFD_FLAG_DEASSIGN flag, specifying both kvm_irqfd.fd 2800 and kvm_irqfd.gsi. 2805 additional eventfd in the kvm_irqfd.resamplefd field. When operating 2809 kvm_irqfd.resamplefd. It is the user's responsibility to re-queue
|