Lines Matching refs:core_id
60 unsigned short core_id; member
70 short core_id; member
218 static int get_stored_topology_info(int cpu, int *core_id, int *pkg_id, int *die_id) in get_stored_topology_info() argument
240 *core_id = cpu_top.core_id; in get_stored_topology_info()
274 cpu_top.core_id = parse_int_file(0, in store_cpu_topology()
276 if (cpu_top.core_id < 0) in store_cpu_topology()
277 cpu_top.core_id = -1; in store_cpu_topology()
308 int core_id, pkg_id, die_id; in get_physical_package_id() local
310 ret = get_stored_topology_info(cpu, &core_id, &pkg_id, &die_id); in get_physical_package_id()
326 int core_id, pkg_id, die_id; in get_physical_core_id() local
328 ret = get_stored_topology_info(cpu, &core_id, &pkg_id, &die_id); in get_physical_core_id()
330 return core_id; in get_physical_core_id()
344 int core_id, pkg_id, die_id; in get_physical_die_id() local
346 ret = get_stored_topology_info(cpu, &core_id, &pkg_id, &die_id); in get_physical_die_id()
570 int core_id = get_physical_core_id(i); in set_cpu_present_cpu_mask() local
573 core_mask[pkg_id][die_id] |= (1ULL << core_id); in set_cpu_present_cpu_mask()
652 cpu_map[i].core_id = get_physical_core_id(i); in create_cpu_map()
661 i, cpu_map[i].core_id, cpu_map[i].die_id, in create_cpu_map()
788 int clos_id, core_id, ret = 0; in isst_send_mbox_command() local
799 core_id = parameter & 0xff; in isst_send_mbox_command()
801 cpu, PQR_ASSOC_OFFSET + core_id * 4, write, in isst_send_mbox_command()