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

/linux-master/drivers/soc/samsung/
H A Dexynos5422-asv.c438 static unsigned int exynos5422_asv_parse_table(unsigned int pkg_id) argument
440 return (pkg_id >> EXYNOS5422_TABLE_OFFSET) & EXYNOS5422_TABLE_MASK;
443 static bool exynos5422_asv_parse_bin2(unsigned int pkg_id) argument
445 return (pkg_id >> EXYNOS5422_BIN2_OFFSET) & EXYNOS5422_BIN2_MASK;
448 static bool exynos5422_asv_parse_sg(unsigned int pkg_id) argument
450 return (pkg_id >> EXYNOS5422_USESG_OFFSET) & EXYNOS5422_USESG_MASK;
457 unsigned int pkg_id; local
460 regmap_read(asv->chipid_regmap, EXYNOS_CHIPID_REG_PKG_ID, &pkg_id);
466 asv->use_sg = exynos5422_asv_parse_sg(pkg_id);
467 bin2 = exynos5422_asv_parse_bin2(pkg_id);
[all...]
/linux-master/arch/x86/kernel/cpu/
H A Ddebugfs.c21 seq_printf(m, "pkg_id: %u\n", c->topo.pkg_id);
H A Dproc.c23 seq_printf(m, "physical id\t: %d\n", c->topo.pkg_id);
H A Dtopology_common.c148 c->topo.pkg_id = topo_shift_apicid(apicid, TOPO_PKG_DOMAIN);
H A Dcacheinfo.c870 * c->topo.pkg_id.
873 c->topo.llc_id = c->topo.pkg_id;
/linux-master/tools/power/x86/intel-speed-select/
H A Disst-config.c63 unsigned short pkg_id; member in struct:_cpu_map
75 short pkg_id; member in struct:cpu_topology
241 static int get_stored_topology_info(int cpu, int *core_id, int *pkg_id, int *die_id) argument
262 *pkg_id = cpu_top.pkg_id;
302 cpu_top.pkg_id = parse_int_file(0,
304 if (cpu_top.pkg_id < 0)
305 cpu_top.pkg_id = -1;
331 return cpu_map[cpu].pkg_id;
337 int core_id, pkg_id, die_i local
361 int core_id, pkg_id, die_id; local
385 int core_id, pkg_id, die_id; local
754 int pkg_id, die_id, core_id, punit_id; local
[all...]
H A Disst.h129 int pkg_id; member in struct:isst_pkg_ctdp_level_info
H A Disst-core.c396 ctdp_level->pkg_id = id->pkg;
/linux-master/arch/x86/kernel/
H A Dsmpboot.c366 if (c->topo.pkg_id == o->topo.pkg_id &&
379 } else if (c->topo.pkg_id == o->topo.pkg_id &&
390 if (c->topo.pkg_id != o->topo.pkg_id || c->topo.die_id != o->topo.die_id)
421 if (c->topo.pkg_id == o->topo.pkg_id)
/linux-master/arch/x86/kernel/cpu/mce/
H A Dapei.c108 m.socketid = cpu_data(m.extcpu).topo.pkg_id;
H A Dcore.c129 m->socketid = cpu_data(m->extcpu).topo.pkg_id;
/linux-master/arch/x86/kernel/apic/
H A Dapic_numachip.c157 c->topo.pkg_id = node / nodes;
/linux-master/arch/x86/include/asm/
H A Dtopology.h138 #define topology_physical_package_id(cpu) (cpu_data(cpu).topo.pkg_id)
H A Dprocessor.h87 u32 pkg_id; member in struct:cpuinfo_topology
/linux-master/drivers/platform/x86/intel/speed_select_if/
H A Disst_if_common.c312 int no_matches = 0, pkg_id; local
319 pkg_id = topology_physical_package_id(cpu);
344 isst_pkg_info[pkg_id].pci_dev[bus_no] = _pci_dev;
366 pci_dev = isst_pkg_info[pkg_id].pci_dev[bus_no];
H A Disst_tpmi_core.c394 static struct tpmi_per_power_domain_info *get_instance(int pkg_id, int power_domain_id) argument
399 if (pkg_id < 0 || pkg_id > isst_common.max_index ||
400 pkg_id >= topology_max_packages())
403 sst_inst = isst_common.sst_inst[pkg_id];
578 int punit_id, punit_cpu_no, pkg_id; local
601 pkg_id = clos_assoc.socket_id;
603 sst_inst = isst_common.sst_inst[pkg_id];
/linux-master/drivers/hwmon/
H A Dcoretemp.c93 u16 pkg_id; member in struct:platform_data
348 return sprintf(buf, "Package id %u\n", pdata->pkg_id);
629 pdata->pkg_id = zoneid;
/linux-master/drivers/powercap/
H A Dintel_rapl_tpmi.c88 static struct tpmi_rapl_package *trp_alloc(int pkg_id) argument
/linux-master/tools/power/x86/turbostat/
H A Dturbostat.c7193 int pkg_id = cpus[cpu_id].physical_package_id; local
7207 t = GET_THREAD(thread_base, thread_id, core_id, node_id, pkg_id);
7208 c = GET_CORE(core_base, core_id, node_id, pkg_id);
7209 p = GET_PKG(pkg_base, pkg_id);
7220 p->package_id = pkg_id;

Completed in 226 milliseconds