Searched refs:kvm_ioeventfd (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/virt/kvm/ |
D | eventfd.c | 806 struct kvm_ioeventfd *args) in kvm_assign_ioeventfd_idx() 869 struct kvm_ioeventfd *args) in kvm_deassign_ioeventfd_idx() 913 static int kvm_deassign_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_deassign_ioeventfd() 925 kvm_assign_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_assign_ioeventfd() 977 kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_ioeventfd() function
|
D | kvm_main.c | 4748 struct kvm_ioeventfd data; in kvm_vm_ioctl() 4753 r = kvm_ioeventfd(kvm, &data); in kvm_vm_ioctl()
|
/Linux-v6.1/include/linux/ |
D | kvm_host.h | 1990 int kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args); 2022 static inline int kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_ioeventfd() function
|
/Linux-v6.1/tools/include/uapi/linux/ |
D | kvm.h | 818 struct kvm_ioeventfd { struct 1499 #define KVM_IOEVENTFD _IOW(KVMIO, 0x79, struct kvm_ioeventfd)
|
/Linux-v6.1/include/uapi/linux/ |
D | kvm.h | 818 struct kvm_ioeventfd { struct 1499 #define KVM_IOEVENTFD _IOW(KVMIO, 0x79, struct kvm_ioeventfd)
|
/Linux-v6.1/Documentation/virt/kvm/ |
D | api.rst | 2025 :Parameters: struct kvm_ioeventfd (in) 2034 struct kvm_ioeventfd { 2055 to the registered address is equal to datamatch in struct kvm_ioeventfd.
|