Home
last modified time | relevance | path

Searched refs:punit_cpu_core (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/power/x86/intel-speed-select/
H A Disst-config.c65 unsigned short punit_cpu_core; member
701 cpu_map[i].punit_cpu_core > max_id) in get_max_punit_core_id()
702 max_id = cpu_map[i].punit_cpu_core; in get_max_punit_core_id()
733 cpu_map->punit_cpu_core = (physical_cpu >> 3) & 0xff; in update_punit_cpu_info()
746 cpu_map->punit_cpu_core = (cpu_map->punit_cpu >> 1); // shift to get core id in update_punit_cpu_info()
826 cpu_map[i].punit_cpu, cpu_map[i].punit_cpu_core); in create_cpu_map()
862 cpu_map[j].punit_cpu_core == i) { in set_cpu_mask_from_punit_coremask()
877 return cpu_map[logical_cpu].punit_cpu_core; in find_phy_core_num()