Searched refs:kvm_irqfd (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/include/linux/ |
D | kvm_host.h | 960 int kvm_irqfd(struct kvm *kvm, struct kvm_irqfd *args); 964 static inline int kvm_irqfd(struct kvm *kvm, struct kvm_irqfd *args) in kvm_irqfd() function 976 static inline int kvm_irqfd(struct kvm *kvm, struct kvm_irqfd *args) in kvm_irqfd() function
|
/linux-4.1.27/virt/kvm/ |
D | eventfd.c | 305 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
|
D | kvm_main.c | 2552 struct kvm_irqfd data; in kvm_vm_ioctl() 2557 r = kvm_irqfd(kvm, &data); in kvm_vm_ioctl()
|
/linux-4.1.27/include/uapi/linux/ |
D | kvm.h | 901 struct kvm_irqfd { struct 1077 #define KVM_IRQFD _IOW(KVMIO, 0x76, struct kvm_irqfd)
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | api.txt | 2276 Parameters: struct kvm_irqfd (in) 2280 kvm_irqfd.fd specifies the file descriptor to use as the eventfd and 2281 kvm_irqfd.gsi specifies the irqchip pin toggled by this event. When 2284 the KVM_IRQFD_FLAG_DEASSIGN flag, specifying both kvm_irqfd.fd 2285 and kvm_irqfd.gsi. 2290 additional eventfd in the kvm_irqfd.resamplefd field. When operating 2294 kvm_irqfd.resamplefd. It is the user's responsibility to re-queue 2300 On ARM/ARM64, the gsi field in the kvm_irqfd struct specifies the Shared
|