Lines Matching refs:punit_id
63 unsigned short punit_id;
406 return cpu_map[cpu].punit_id;
732 cpu_map->punit_id = (physical_cpu >> 11) & 0x1f;
736 int punit_id;
747 punit_id = (physical_cpu >> 9) & 0x1f;
749 if (punit_id >= MAX_PUNIT_PER_DIE)
750 punit_id = 0;
752 cpu_map->punit_id = punit_id;
778 int pkg_id, die_id, core_id, punit_id;
802 punit_id = 0;
815 punit_id = cpu_map[i].punit_id;
820 cpu_cnt[pkg_id][die_id][punit_id]++;
825 cpu_map[i].pkg_id, cpu_map[i].punit_id,