Searched refs:MaxLeaf (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/lib/compiler-rt/builtins/
H A Dcpu_model.c487 static void getAvailableFeatures(unsigned ECX, unsigned EDX, unsigned MaxLeaf, argument
540 MaxLeaf >= 0x7 && !getX86CpuIDAndInfoEx(0x7, 0x0, &EAX, &EBX, &ECX, &EDX);
640 unsigned MaxLeaf = 5; local
654 if (getX86CpuIDAndInfo(0, &MaxLeaf, &Vendor, &ECX, &EDX) || MaxLeaf < 1) {
663 getAvailableFeatures(ECX, EDX, MaxLeaf, &Features, &Features2);

Completed in 29 milliseconds