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

/linux-master/tools/power/x86/intel-speed-select/
H A Disst-config.c67 unsigned short punit_cpu_core; member in struct:_cpu_map
677 cpu_map[i].punit_cpu_core > max_id)
678 max_id = cpu_map[i].punit_cpu_core;
709 cpu_map->punit_cpu_core = (physical_cpu >> 3) & 0xff;
722 cpu_map->punit_cpu_core = (cpu_map->punit_cpu >> 1); // shift to get core id
802 cpu_map[i].punit_cpu, cpu_map[i].punit_cpu_core);
838 cpu_map[j].punit_cpu_core == i) {
853 return cpu_map[logical_cpu].punit_cpu_core;

Completed in 207 milliseconds