Home
last modified time | relevance | path

Searched defs:cpu_topology (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/arch/arm64/include/asm/
Dtopology.h7 struct cpu_topology { struct
17 extern struct cpu_topology cpu_topology[NR_CPUS]; argument
/Linux-v4.19/arch/parisc/kernel/
Dtopology.c22 struct cputopo_parisc cpu_topology[NR_CPUS] __read_mostly; variable
/Linux-v4.19/arch/arm/kernel/
Dtopology.c189 struct cputopo_arm cpu_topology[NR_CPUS]; variable
/Linux-v4.19/arch/arm64/kernel/
Dtopology.c213 struct cpu_topology cpu_topology[NR_CPUS]; variable
/Linux-v4.19/tools/power/x86/turbostat/
Dturbostat.c272 struct cpu_topology { struct
273 int physical_package_id;
274 int logical_cpu_id;
275 int physical_node_id;
276 int logical_node_id; /* 0-based count within the package */
277 int physical_core_id;
278 int thread_id;
279 cpu_set_t *put_ids; /* Processing Unit/Thread IDs */
/Linux-v4.19/arch/s390/kernel/
Dtopology.c63 struct cpu_topology_s390 cpu_topology[NR_CPUS]; variable