Home
last modified time | relevance | path

Searched defs:get_host_features (Results 1 – 9 of 9) sorted by relevance

/kvmtool/virtio/
H A Dconsole.c123 static u64 get_host_features(struct kvm *kvm, void *dev) in get_host_features() function
H A Drng.c55 static u64 get_host_features(struct kvm *kvm, void *dev) in get_host_features() function
H A Dscsi.c47 static u64 get_host_features(struct kvm *kvm, void *dev) in get_host_features() function
H A Dvsock.c52 static u64 get_host_features(struct kvm *kvm, void *dev) in get_host_features() function
H A Dballoon.c203 static u64 get_host_features(struct kvm *kvm, void *dev) in get_host_features() function
H A Dblk.c172 static u64 get_host_features(struct kvm *kvm, void *dev) in get_host_features() function
H A Dnet.c482 static u64 get_host_features(struct kvm *kvm, void *dev) in get_host_features() function
H A D9p.c1396 static u64 get_host_features(struct kvm *kvm, void *dev) in get_host_features() function
/kvmtool/include/kvm/
H A Dvirtio.h232 u64 (*get_host_features)(struct kvm *kvm, void *dev); member