cpuid_type        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)
cpuid_type        296 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c   if ((cpuid_type == intel || cpuid_type == amd) && _family == 0xf) {
cpuid_type        301 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c   if ((cpuid_type == intel && (_family == 0x6 || _family == 0xf))
cpuid_type        302 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c       || (cpuid_type == amd && _family == 0xf)
cpuid_type        303 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c       || (cpuid_type == zhaoxin && (_family == 0x6 || _family == 0x7))) {
cpuid_type        310 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c   if (cpuid_type == intel && infos->cpufamilynumber == 0x6 &&
cpuid_type        339 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c   if (cpuid_type != intel && cpuid_type != zhaoxin && highest_ext_cpuid >= 0x80000008) {
cpuid_type        375 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c   if (cpuid_type != intel && cpuid_type != zhaoxin && has_topoext(features)) {
cpuid_type        472 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     if (cpuid_type != intel && cpuid_type != zhaoxin && highest_ext_cpuid >= 0x80000005) {
cpuid_type        478 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     if (cpuid_type != intel && cpuid_type != zhaoxin && highest_ext_cpuid >= 0x80000006) {
cpuid_type        495 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c   if (cpuid_type != amd && highest_cpuid >= 0x04) {
cpuid_type        577 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c   if ((cpuid_type == intel || cpuid_type == zhaoxin) && highest_cpuid >= 0x0b && has_x2apic(features)) {
cpuid_type        635 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     if (cpuid_type == amd) {
cpuid_type       1035 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c 	   unsigned highest_cpuid, unsigned highest_ext_cpuid, unsigned *features, enum cpuid_type cpuid_type,
cpuid_type       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);
cpuid_type       1160 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c   enum cpuid_type cpuid_type = unknown;
cpuid_type       1218 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     cpuid_type = intel;
cpuid_type       1220 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     cpuid_type = amd;
cpuid_type       1223 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c     cpuid_type = zhaoxin;
cpuid_type       1225 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c   hwloc_debug("highest cpuid %x, cpuid type %u\n", highest_cpuid, cpuid_type);
cpuid_type       1248 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c   if (cpuid_type != intel && highest_ext_cpuid >= 0x80000001) {
cpuid_type       1258 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-x86.c 		   highest_cpuid, highest_ext_cpuid, features, cpuid_type,
cpuid_type       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);