Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dkvm.h634 struct kvm_ioeventfd { struct
635 __u64 datamatch;
636 __u64 addr; /* legal pio/mmio address */
637 __u32 len; /* 1, 2, 4, or 8 bytes; or 0 to ignore length */
638 __s32 fd;
639 __u32 flags;
640 __u8 pad[36];
/linux/include/uapi/linux/
H A Dkvm.h634 struct kvm_ioeventfd { struct
635 __u64 datamatch;
636 __u64 addr; /* legal pio/mmio address */
637 __u32 len; /* 1, 2, 4, or 8 bytes; or 0 to ignore length */
638 __s32 fd;
639 __u32 flags;
640 __u8 pad[36];
/linux/virt/kvm/
H A Deventfd.c1031 kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_ioeventfd() function