Searched defs:kvm_info (Results 1 – 3 of 3) sorted by relevance
29 struct kvm_info { struct30 char name[KVM_EVENT_NAME_LEN];31 refcount_t refcnt;
148 struct kvm_info *kvm_info; member
815 #define kvm_info(fmt, ...) \ macro