Home
last modified time | relevance | path

Searched defs:kvm_ioeventfd (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dkvm.h606 struct kvm_ioeventfd { struct
607 __u64 datamatch;
608 __u64 addr; /* legal pio/mmio address */
609 __u32 len; /* 1, 2, 4, or 8 bytes; or 0 to ignore length */
610 __s32 fd;
611 __u32 flags;
612 __u8 pad[36];
/linux-4.4.14/virt/kvm/
Deventfd.c948 kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_ioeventfd() function
/linux-4.4.14/include/linux/
Dkvm_host.h1095 static inline int kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_ioeventfd() function