Searched refs:kvm_irqfd (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/include/linux/ |
D | kvm_host.h | 1094 int kvm_irqfd(struct kvm *kvm, struct kvm_irqfd *args); 1098 static inline int kvm_irqfd(struct kvm *kvm, struct kvm_irqfd *args) in kvm_irqfd() function 1110 static inline int kvm_irqfd(struct kvm *kvm, struct kvm_irqfd *args) in kvm_irqfd() function
|
/Linux-v4.19/virt/kvm/ |
D | eventfd.c | 288 kvm_irqfd_assign(struct kvm *kvm, struct kvm_irqfd *args) in kvm_irqfd_assign() 529 kvm_irqfd_deassign(struct kvm *kvm, struct kvm_irqfd *args) in kvm_irqfd_deassign() 569 kvm_irqfd(struct kvm *kvm, struct kvm_irqfd *args) in kvm_irqfd() function
|
D | kvm_main.c | 3020 struct kvm_irqfd data; in kvm_vm_ioctl() 3025 r = kvm_irqfd(kvm, &data); in kvm_vm_ioctl()
|
/Linux-v4.19/tools/include/uapi/linux/ |
D | kvm.h | 1050 struct kvm_irqfd { struct 1243 #define KVM_IRQFD _IOW(KVMIO, 0x76, struct kvm_irqfd)
|
/Linux-v4.19/include/uapi/linux/ |
D | kvm.h | 1050 struct kvm_irqfd { struct 1243 #define KVM_IRQFD _IOW(KVMIO, 0x76, struct kvm_irqfd)
|
/Linux-v4.19/Documentation/virtual/kvm/ |
D | api.txt | 2313 Parameters: struct kvm_irqfd (in) 2317 kvm_irqfd.fd specifies the file descriptor to use as the eventfd and 2318 kvm_irqfd.gsi specifies the irqchip pin toggled by this event. When 2321 the KVM_IRQFD_FLAG_DEASSIGN flag, specifying both kvm_irqfd.fd 2322 and kvm_irqfd.gsi. 2327 additional eventfd in the kvm_irqfd.resamplefd field. When operating 2331 kvm_irqfd.resamplefd. It is the user's responsibility to re-queue
|