Searched defs:kvm_ioeventfd (Results 1 – 6 of 6) sorted by relevance
607 struct kvm_ioeventfd { struct608 __u64 datamatch;609 __u64 addr; /* legal pio/mmio address */610 __u32 len; /* 1, 2, 4, or 8 bytes; or 0 to ignore length */611 __s32 fd;612 __u32 flags;613 __u8 pad[36];
1583 pub struct kvm_ioeventfd { struct1591 impl Default for kvm_ioeventfd { argument
1750 pub struct kvm_ioeventfd { struct1758 impl Default for kvm_ioeventfd { argument
2569 pub struct kvm_ioeventfd { struct2577 impl Default for kvm_ioeventfd { argument
66560 struct kvm_ioeventfd { struct66561 __u64 datamatch;66562 __u64 addr;66563 __u32 len;66564 __s32 fd;66565 __u32 flags;66566 __u8 pad[36];