Searched refs:kvm_irqfd (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/linux/ |
D | kvm_host.h | 1066 int kvm_irqfd(struct kvm *kvm, struct kvm_irqfd *args); 1070 static inline int kvm_irqfd(struct kvm *kvm, struct kvm_irqfd *args) in kvm_irqfd() function 1082 static inline int kvm_irqfd(struct kvm *kvm, struct kvm_irqfd *args) in kvm_irqfd() function
|
/linux-4.4.14/virt/kvm/ |
D | eventfd.c | 284 kvm_irqfd_assign(struct kvm *kvm, struct kvm_irqfd *args) in kvm_irqfd_assign() 522 kvm_irqfd_deassign(struct kvm *kvm, struct kvm_irqfd *args) in kvm_irqfd_deassign() 562 kvm_irqfd(struct kvm *kvm, struct kvm_irqfd *args) in kvm_irqfd() function
|
D | kvm_main.c | 2802 struct kvm_irqfd data; in kvm_vm_ioctl() 2807 r = kvm_irqfd(kvm, &data); in kvm_vm_ioctl()
|
/linux-4.4.14/include/uapi/linux/ |
D | kvm.h | 918 struct kvm_irqfd { struct 1094 #define KVM_IRQFD _IOW(KVMIO, 0x76, struct kvm_irqfd)
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | api.txt | 2312 Parameters: struct kvm_irqfd (in) 2316 kvm_irqfd.fd specifies the file descriptor to use as the eventfd and 2317 kvm_irqfd.gsi specifies the irqchip pin toggled by this event. When 2320 the KVM_IRQFD_FLAG_DEASSIGN flag, specifying both kvm_irqfd.fd 2321 and kvm_irqfd.gsi. 2326 additional eventfd in the kvm_irqfd.resamplefd field. When operating 2330 kvm_irqfd.resamplefd. It is the user's responsibility to re-queue 2336 On ARM/ARM64, the gsi field in the kvm_irqfd struct specifies the Shared
|