Searched refs:kvm_ioeventfd (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/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() 894 static int kvm_deassign_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_deassign_ioeventfd() 906 kvm_assign_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_assign_ioeventfd() 958 kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_ioeventfd() function
|
D | kvm_main.c | 3846 struct kvm_ioeventfd data; in kvm_vm_ioctl() 3851 r = kvm_ioeventfd(kvm, &data); in kvm_vm_ioctl()
|
/kernel/linux/linux-5.10/include/linux/ |
D | kvm_host.h | 1262 int kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args); 1294 static inline int kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_ioeventfd() function
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
D | kvm.h | 537 struct kvm_ioeventfd { struct 1005 #define KVM_IOEVENTFD _IOW(KVMIO, 0x79, struct kvm_ioeventfd)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | kvm.h | 557 struct kvm_ioeventfd { struct 1055 #define KVM_IOEVENTFD _IOW(KVMIO, 0x79, struct kvm_ioeventfd)
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
D | kvm.h | 726 struct kvm_ioeventfd { struct 1352 #define KVM_IOEVENTFD _IOW(KVMIO, 0x79, struct kvm_ioeventfd)
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
D | kvm.h | 726 struct kvm_ioeventfd { struct 1352 #define KVM_IOEVENTFD _IOW(KVMIO, 0x79, struct kvm_ioeventfd)
|
/kernel/linux/linux-5.10/Documentation/virt/kvm/ |
D | api.rst | 1870 :Parameters: struct kvm_ioeventfd (in) 1879 struct kvm_ioeventfd { 1900 to the registered address is equal to datamatch in struct kvm_ioeventfd.
|