Searched refs:kvm_ioeventfd (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/virt/kvm/ |
D | eventfd.c | 787 struct kvm_ioeventfd *args) in kvm_assign_ioeventfd_idx() 850 struct kvm_ioeventfd *args) in kvm_deassign_ioeventfd_idx() 892 static int kvm_deassign_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_deassign_ioeventfd() 904 kvm_assign_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_assign_ioeventfd() 956 kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_ioeventfd() function
|
D | kvm_main.c | 3346 struct kvm_ioeventfd data; in kvm_vm_ioctl() 3351 r = kvm_ioeventfd(kvm, &data); in kvm_vm_ioctl()
|
/Linux-v5.4/include/linux/ |
D | kvm_host.h | 1154 int kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args); 1186 static inline int kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_ioeventfd() function
|
/Linux-v5.4/tools/include/uapi/linux/ |
D | kvm.h | 689 struct kvm_ioeventfd { struct 1297 #define KVM_IOEVENTFD _IOW(KVMIO, 0x79, struct kvm_ioeventfd)
|
/Linux-v5.4/include/uapi/linux/ |
D | kvm.h | 689 struct kvm_ioeventfd { struct 1297 #define KVM_IOEVENTFD _IOW(KVMIO, 0x79, struct kvm_ioeventfd)
|
/Linux-v5.4/Documentation/virt/kvm/ |
D | api.txt | 1669 Parameters: struct kvm_ioeventfd (in) 1676 struct kvm_ioeventfd { 1697 to the registered address is equal to datamatch in struct kvm_ioeventfd.
|