H A D | isst-config.c | 65 unsigned short pkg_id; member 77 short pkg_id; member 243 static int get_stored_topology_info(int cpu, int *core_id, int *pkg_id, int *die_id) in get_stored_topology_info() argument 264 *pkg_id = cpu_top.pkg_id; in get_stored_topology_info() 304 cpu_top.pkg_id = parse_int_file(0, in store_cpu_topology() 306 if (cpu_top.pkg_id < 0) in store_cpu_topology() 307 cpu_top.pkg_id = -1; in store_cpu_topology() 333 return cpu_map[cpu].pkg_id; in get_physical_package_id() 339 int core_id, pkg_id, die_i in get_physical_package_id() local 363 int core_id, pkg_id, die_id; get_physical_core_id() local 387 int core_id, pkg_id, die_id; get_physical_die_id() local 768 int pkg_id, die_id, core_id, punit_id; create_cpu_map() local [all...] |