Searched defs:kvm_ioeventfd (Results 1 – 6 of 6) sorted by relevance
537 struct kvm_ioeventfd { struct538 __u64 datamatch;539 __u64 addr;540 __u32 len;541 __s32 fd;542 __u32 flags;543 __u8 pad[36];
726 struct kvm_ioeventfd { struct727 __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];
557 struct kvm_ioeventfd { struct558 __u64 datamatch;559 __u64 addr;560 __u32 len;561 __s32 fd;562 __u32 flags;563 __u8 pad[36];
958 kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_ioeventfd() function
1294 static inline int kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_ioeventfd() function