Lines Matching defs:MaxLeaf
595 VendorSignatures getVendorSignature(unsigned *MaxLeaf) {
597 if (MaxLeaf == nullptr)
598 MaxLeaf = &EAX;
600 *MaxLeaf = 0;
602 if (getX86CpuIDAndInfo(0, MaxLeaf, &EBX, &ECX, &EDX) || *MaxLeaf < 1)
1260 static void getAvailableFeatures(unsigned ECX, unsigned EDX, unsigned MaxLeaf,
1319 MaxLeaf >= 0x7 && !getX86CpuIDAndInfoEx(0x7, 0x0, &EAX, &EBX, &ECX, &EDX);
1395 unsigned MaxLeaf = 0;
1396 const VendorSignatures Vendor = getVendorSignature(&MaxLeaf);
1406 getAvailableFeatures(ECX, EDX, MaxLeaf, Features);
1799 VendorSignatures getVendorSignature(unsigned *MaxLeaf) {