Lines Matching defs:leaf
2251 // Check if cpuid leaf 4 is supported.
2582 * CPUID.B or 1F, Input ECX (sub leaf # aka level number)
2686 // This function takes the topology leaf, an info pointer to store the levels
2689 static bool __kmp_x2apicid_get_levels(int leaf, cpuid_proc_info_t *info,
2708 __kmp_x86_cpuid(leaf, level, &buf);
2821 // Get the highest cpuid leaf supported
2825 // If a specific topology method was requested, only allow that specific leaf
2843 // Check to see if cpuid leaf 31 or 11 is supported.
2847 int leaf = leaves[i];
2848 if (highest_leaf < leaf)
2850 __kmp_x86_cpuid(leaf, 0, &buf);
2853 topology_leaf = leaf;
2854 __kmp_x2apicid_get_levels(leaf, &proc_info[0], types, &depth,
2988 // equivalent to a layer in the CPUID leaf 0xb or 0x1f topology.