Searched defs:kvm_ioeventfd (Results 1 – 3 of 3) sorted by relevance
596 struct kvm_ioeventfd { struct597 __u64 datamatch;598 __u64 addr; /* legal pio/mmio address */599 __u32 len; /* 1, 2, 4, or 8 bytes; or 0 to ignore length */600 __s32 fd;601 __u32 flags;602 __u8 pad[36];
944 kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_ioeventfd() function
989 static inline int kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_ioeventfd() function