Lines Matching defs:class
1025 * supported leaf of its associated class or if its associated class does not
1030 * class exists if a guest CPUID entry for its <base> leaf exists. For a given
1031 * class, CPUID.<base>.EAX contains the max supported leaf for the class.
1038 * The Hypervisor class is further subdivided into sub-classes that each act as
1039 * their own indepdent class associated with a 0x100 byte range. E.g. if Qemu
1049 struct kvm_cpuid_entry2 *basic, *class;
1061 class = kvm_find_cpuid_entry(vcpu, function & 0xffffff00, 0);
1063 class = kvm_find_cpuid_entry(vcpu, 0xc0000000, 0);
1065 class = kvm_find_cpuid_entry(vcpu, function & 0x80000000, 0);
1067 if (class && function <= class->eax)
1079 * The class does not exist or the requested function is out of range;