highest_cpuid 265 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c static void look_proc(struct hwloc_backend *backend, struct procinfo *infos, unsigned highest_cpuid, unsigned highest_ext_cpuid, unsigned *features, enum cpuid_type cpuid_type, struct cpuiddump *src_cpuiddump) highest_cpuid 495 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c if (cpuid_type != amd && highest_cpuid >= 0x04) { highest_cpuid 577 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c if ((cpuid_type == intel || cpuid_type == zhaoxin) && highest_cpuid >= 0x0b && has_x2apic(features)) { highest_cpuid 1035 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c unsigned highest_cpuid, unsigned highest_ext_cpuid, unsigned *features, enum cpuid_type cpuid_type, highest_cpuid 1070 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c look_proc(backend, &infos[i], highest_cpuid, highest_ext_cpuid, features, cpuid_type, src_cpuiddump); highest_cpuid 1155 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c unsigned highest_cpuid; highest_cpuid 1216 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c highest_cpuid = eax; highest_cpuid 1225 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c hwloc_debug("highest cpuid %x, cpuid type %u\n", highest_cpuid, cpuid_type); highest_cpuid 1226 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c if (highest_cpuid < 0x01) { highest_cpuid 1241 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c if (highest_cpuid >= 0x7) { highest_cpuid 1258 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c highest_cpuid, highest_ext_cpuid, features, cpuid_type, highest_cpuid 1266 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c look_proc(backend, &infos[0], highest_cpuid, highest_ext_cpuid, features, cpuid_type, src_cpuiddump);