Home
last modified time | relevance | path

Searched refs:physical_package_id (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/base/
Dtopology.c45 define_id_show_func(physical_package_id, "%d");
46 static DEVICE_ATTR_RO(physical_package_id);
/Linux-v6.1/Documentation/ABI/stable/
Dsysfs-devices-system-cpu27 What: /sys/devices/system/cpu/cpuX/topology/physical_package_id
75 Description: internal kernel map of the CPUs sharing the same physical_package_id.
80 Description: human-readable list of CPUs sharing the same physical_package_id.
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-devices-system-cpu72 /sys/devices/system/cpu/cpuX/topology/physical_package_id
87 within the same physical_package_id.
90 numbers within the same physical_package_id as cpuX.
92 physical_package_id: physical package id of cpuX. Typically
104 one per physical_package_id. File is readable only to
/Linux-v6.1/tools/power/x86/turbostat/
Dturbostat.c551 int physical_package_id; member
2885 if (cpus[cpu].physical_package_id != pkg) in set_node_data()
2898 if ((cpus[cpux].physical_package_id == pkg) && (cpus[cpux].physical_node_id == node)) { in set_node_data()
5926 cpus[i].physical_package_id = get_physical_package_id(i); in topology_probe()
5927 if (cpus[i].physical_package_id > max_package_id) in topology_probe()
5928 max_package_id = cpus[i].physical_package_id; in topology_probe()
5989 i, cpus[i].physical_package_id, cpus[i].die_id, in topology_probe()
6034 int pkg_id = cpus[cpu_id].physical_package_id; in init_counter()