Home
last modified time | relevance | path

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

/openbmc/linux/drivers/base/
H A Dtopology.c45 define_id_show_func(physical_package_id, "%d");
46 static DEVICE_ATTR_RO(physical_package_id);
/openbmc/linux/Documentation/ABI/stable/
H A 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.
/openbmc/linux/Documentation/ABI/testing/
H A 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
/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c553 int physical_package_id; member
2889 if (cpus[cpu].physical_package_id != pkg) in set_node_data()
2902 if ((cpus[cpux].physical_package_id == pkg) && (cpus[cpux].physical_node_id == node)) { in set_node_data()
5937 cpus[i].physical_package_id = get_physical_package_id(i); in topology_probe()
5938 if (cpus[i].physical_package_id > max_package_id) in topology_probe()
5939 max_package_id = cpus[i].physical_package_id; in topology_probe()
6000 i, cpus[i].physical_package_id, cpus[i].die_id, in topology_probe()
6045 int pkg_id = cpus[cpu_id].physical_package_id; in init_counter()