Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Dkvm.h406 struct kvm_ioeventfd { struct
407 __u64 datamatch;
408 __u64 addr; /* legal pio/mmio address */
409 __u32 len; /* 1, 2, 4, or 8 bytes */
410 __s32 fd;
411 __u32 flags;
412 __u8 pad[36];
Dkvm_host.h760 static inline int kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_ioeventfd() function
/linux-3.3/virt/kvm/
Deventfd.c651 kvm_ioeventfd(struct kvm *kvm, struct kvm_ioeventfd *args) in kvm_ioeventfd() function