Home
last modified time | relevance | path

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

/Linux-v4.19/tools/include/uapi/linux/
Dkvm.h670 struct kvm_ioeventfd { struct
671 __u64 datamatch;
672 __u64 addr; /* legal pio/mmio address */
673 __u32 len; /* 1, 2, 4, or 8 bytes; or 0 to ignore length */
674 __s32 fd;
675 __u32 flags;
676 __u8 pad[36];
/Linux-v4.19/include/uapi/linux/
Dkvm.h670 struct kvm_ioeventfd { struct
671 __u64 datamatch;
672 __u64 addr; /* legal pio/mmio address */
673 __u32 len; /* 1, 2, 4, or 8 bytes; or 0 to ignore length */
674 __s32 fd;
675 __u32 flags;
676 __u8 pad[36];
/Linux-v4.19/virt/kvm/
Deventfd.c958 kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_ioeventfd() function
/Linux-v4.19/include/linux/
Dkvm_host.h1123 static inline int kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_ioeventfd() function