Home
last modified time | relevance | path

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

/linux-6.6.21/virt/kvm/
Deventfd.c1008 kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_ioeventfd() function
/linux-6.6.21/tools/include/uapi/linux/
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];
/linux-6.6.21/include/uapi/linux/
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];
/linux-6.6.21/include/linux/
Dkvm_host.h2061 static inline int kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_ioeventfd() function