Home
last modified time | relevance | path

Searched defs:kvm_ioeventfd (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/linux-headers/linux/
H A Dkvm.h599 struct kvm_ioeventfd { struct
600 __u64 datamatch;
601 __u64 addr; /* legal pio/mmio address */
602 __u32 len; /* 1, 2, 4, or 8 bytes; or 0 to ignore length */
603 __s32 fd;
604 __u32 flags;
605 __u8 pad[36];
/openbmc/linux/virt/kvm/
H A Deventfd.c1008 kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_ioeventfd() function
/openbmc/linux/tools/include/uapi/linux/
H A Dkvm.h826 struct kvm_ioeventfd { struct
827 __u64 datamatch;
828 __u64 addr; /* legal pio/mmio address */
829 __u32 len; /* 1, 2, 4, or 8 bytes; or 0 to ignore length */
830 __s32 fd;
831 __u32 flags;
832 __u8 pad[36];
/openbmc/linux/include/uapi/linux/
H A Dkvm.h826 struct kvm_ioeventfd { struct
827 __u64 datamatch;
828 __u64 addr; /* legal pio/mmio address */
829 __u32 len; /* 1, 2, 4, or 8 bytes; or 0 to ignore length */
830 __s32 fd;
831 __u32 flags;
832 __u8 pad[36];
/openbmc/linux/include/linux/
H A Dkvm_host.h2061 static inline int kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_ioeventfd() function