Lines Matching defs:MaxLeaf
606 VendorSignatures getVendorSignature(unsigned *MaxLeaf) {
608 if (MaxLeaf == nullptr)
609 MaxLeaf = &EAX;
611 *MaxLeaf = 0;
616 if (getX86CpuIDAndInfo(0, MaxLeaf, &EBX, &ECX, &EDX) || *MaxLeaf < 1)
1244 static void getAvailableFeatures(unsigned ECX, unsigned EDX, unsigned MaxLeaf,
1303 MaxLeaf >= 0x7 && !getX86CpuIDAndInfoEx(0x7, 0x0, &EAX, &EBX, &ECX, &EDX);
1379 unsigned MaxLeaf = 0;
1380 const VendorSignatures Vendor = getVendorSignature(&MaxLeaf);
1390 getAvailableFeatures(ECX, EDX, MaxLeaf, Features);
1728 VendorSignatures getVendorSignature(unsigned *MaxLeaf) {