Searched defs:kvm_info (Results 1 – 3 of 3) sorted by relevance
30 struct kvm_info { struct31 char name[KVM_EVENT_NAME_LEN];32 refcount_t refcnt;
300 struct kvm_info *kvm_info; member
883 #define kvm_info(fmt, ...) \ macro