Searched defs:kvm_ioeventfd (Results 1 – 4 of 4) sorted by relevance
977 kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_ioeventfd() function
818 struct kvm_ioeventfd { struct819 __u64 datamatch;820 __u64 addr; /* legal pio/mmio address */821 __u32 len; /* 1, 2, 4, or 8 bytes; or 0 to ignore length */822 __s32 fd;823 __u32 flags;824 __u8 pad[36];
2022 static inline int kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_ioeventfd() function