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

/linux-master/tools/power/x86/intel-speed-select/
H A Disst-config.c66 unsigned short punit_cpu; member in struct:_cpu_map
710 cpu_map->punit_cpu = physical_cpu & 0x7ff;
721 cpu_map->punit_cpu = physical_cpu & 0x1ff;
722 cpu_map->punit_cpu_core = (cpu_map->punit_cpu >> 1); // shift to get core id
799 "map logical_cpu:%d core: %d die:%d pkg:%d punit:%d punit_cpu:%d punit_core:%d\n",
802 cpu_map[i].punit_cpu, cpu_map[i].punit_cpu_core);

Completed in 103 milliseconds