Home
last modified time | relevance | path

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

/linux-5.10/tools/include/uapi/linux/
Dkvm.h726 struct kvm_ioeventfd { struct
727 __u64 datamatch;
728 __u64 addr; /* legal pio/mmio address */
729 __u32 len; /* 1, 2, 4, or 8 bytes; or 0 to ignore length */
730 __s32 fd;
731 __u32 flags;
732 __u8 pad[36];
/linux-5.10/include/uapi/linux/
Dkvm.h726 struct kvm_ioeventfd { struct
727 __u64 datamatch;
728 __u64 addr; /* legal pio/mmio address */
729 __u32 len; /* 1, 2, 4, or 8 bytes; or 0 to ignore length */
730 __s32 fd;
731 __u32 flags;
732 __u8 pad[36];
/linux-5.10/virt/kvm/
Deventfd.c958 kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_ioeventfd() function
/linux-5.10/include/linux/
Dkvm_host.h1258 static inline int kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_ioeventfd() function