Searched refs:kvm_ioeventfd (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/virt/kvm/ |
H A D | eventfd.c | 839 struct kvm_ioeventfd *args) in kvm_assign_ioeventfd_idx() 902 struct kvm_ioeventfd *args) in kvm_deassign_ioeventfd_idx() 944 static int kvm_deassign_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_deassign_ioeventfd() 956 kvm_assign_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_assign_ioeventfd() 1008 kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_ioeventfd() function
|
H A D | kvm_main.c | 4875 struct kvm_ioeventfd data; in kvm_vm_ioctl() 4880 r = kvm_ioeventfd(kvm, &data); in kvm_vm_ioctl()
|
/openbmc/linux/include/linux/ |
H A D | kvm_host.h | 2028 int kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args); 2070 static inline int kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_ioeventfd() function
|
/openbmc/qemu/linux-headers/linux/ |
H A D | kvm.h | 599 struct kvm_ioeventfd { struct 1199 #define KVM_IOEVENTFD _IOW(KVMIO, 0x79, struct kvm_ioeventfd)
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | kvm.h | 826 struct kvm_ioeventfd { struct 1510 #define KVM_IOEVENTFD _IOW(KVMIO, 0x79, struct kvm_ioeventfd)
|
/openbmc/linux/include/uapi/linux/ |
H A D | kvm.h | 826 struct kvm_ioeventfd { struct 1517 #define KVM_IOEVENTFD _IOW(KVMIO, 0x79, struct kvm_ioeventfd)
|
/openbmc/qemu/accel/kvm/ |
H A D | kvm-all.c | 1339 struct kvm_ioeventfd iofd = { in kvm_set_ioeventfd_mmio() 1372 struct kvm_ioeventfd kick = { in kvm_set_ioeventfd_pio()
|
/openbmc/qemu/target/s390x/kvm/ |
H A D | kvm.c | 1986 struct kvm_ioeventfd kick = { in kvm_s390_assign_subch_ioeventfd()
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | api.rst | 2006 :Parameters: struct kvm_ioeventfd (in) 2015 struct kvm_ioeventfd { 2036 to the registered address is equal to datamatch in struct kvm_ioeventfd.
|