Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/include/uapi/linux/
Dkvm.h672 struct kvm_ioeventfd { struct
673 __u64 datamatch;
674 __u64 addr; /* legal pio/mmio address */
675 __u32 len; /* 1, 2, 4, or 8 bytes; or 0 to ignore length */
676 __s32 fd;
677 __u32 flags;
678 __u8 pad[36];
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dkvm.h537 struct kvm_ioeventfd { struct
538 __u64 datamatch;
539 __u64 addr;
540 __u32 len;
541 __s32 fd;
542 __u32 flags;
543 __u8 pad[36];
/kernel/linux/linux-4.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];
/kernel/linux/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];
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dkvm.h557 struct kvm_ioeventfd { struct
558 __u64 datamatch;
559 __u64 addr;
560 __u32 len;
561 __s32 fd;
562 __u32 flags;
563 __u8 pad[36];
/kernel/linux/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];
/kernel/linux/linux-4.19/virt/kvm/
Deventfd.c967 kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_ioeventfd() function
/kernel/linux/linux-5.10/virt/kvm/
Deventfd.c958 kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_ioeventfd() function
/kernel/linux/linux-4.19/include/linux/
Dkvm_host.h1163 static inline int kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_ioeventfd() function
/kernel/linux/linux-5.10/include/linux/
Dkvm_host.h1266 static inline int kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_ioeventfd() function