Searched defs:kvm_ioeventfd (Results 1 – 11 of 11) sorted by relevance
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| D | kvm.h | 537 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-5.10/tools/include/uapi/linux/ |
| D | kvm.h | 726 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/ |
| D | kvm.h | 557 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/patches/linux-6.6/prebuilts/usr/include/linux/ |
| D | kvm.h | 557 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/include/uapi/linux/ |
| D | kvm.h | 744 struct kvm_ioeventfd { struct 745 __u64 datamatch; 746 __u64 addr; /* legal pio/mmio address */ 747 __u32 len; /* 1, 2, 4, or 8 bytes; or 0 to ignore length */ 748 __s32 fd; 749 __u32 flags; 750 __u8 pad[36];
|
| /kernel/linux/linux-5.10/virt/kvm/ |
| D | eventfd.c | 958 kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_ioeventfd() function
|
| /kernel/linux/linux-6.6/virt/kvm/ |
| D | eventfd.c | 1008 kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_ioeventfd() function
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| D | kvm.h | 826 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];
|
| /kernel/linux/linux-6.6/tools/include/uapi/linux/ |
| D | kvm.h | 826 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];
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | kvm_host.h | 1303 static inline int kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_ioeventfd() function
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | kvm_host.h | 2070 static inline int kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_ioeventfd() function
|