Lines Matching defs:class
1459 * supported leaf of its associated class or if its associated class does not
1464 * class exists if a guest CPUID entry for its <base> leaf exists. For a given
1465 * class, CPUID.<base>.EAX contains the max supported leaf for the class.
1472 * The Hypervisor class is further subdivided into sub-classes that each act as
1473 * their own independent class associated with a 0x100 byte range. E.g. if Qemu
1483 struct kvm_cpuid_entry2 *basic, *class;
1495 class = kvm_find_cpuid_entry(vcpu, function & 0xffffff00);
1497 class = kvm_find_cpuid_entry(vcpu, 0xc0000000);
1499 class = kvm_find_cpuid_entry(vcpu, function & 0x80000000);
1501 if (class && function <= class->eax)
1513 * The class does not exist or the requested function is out of range;