Home
last modified time | relevance | path

Searched defs:cpu_topo (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/parisc/kernel/
Dtopology.c32 struct cputopo_parisc *cpu_topo, *cpuid_topo = &cpu_topology[cpuid]; in update_siblings_masks() local
129 struct cputopo_parisc *cpu_topo = &(cpu_topology[cpu]); in init_cpu_topology() local
/Linux-v4.19/arch/arm64/kernel/
Dtopology.c235 struct cpu_topology *cpu_topo, *cpuid_topo = &cpu_topology[cpuid]; in update_siblings_masks() local
301 struct cpu_topology *cpu_topo = &cpu_topology[cpu]; in clear_cpu_topology() local
317 struct cpu_topology *cpu_topo = &cpu_topology[cpu]; in reset_cpu_topology() local
/Linux-v4.19/arch/arm/kernel/
Dtopology.c208 struct cputopo_arm *cpu_topo, *cpuid_topo = &cpu_topology[cpuid]; in update_siblings_masks() local
311 struct cputopo_arm *cpu_topo = &(cpu_topology[cpu]); in init_cpu_topology() local
/Linux-v4.19/tools/perf/util/
Dheader.c565 struct cpu_topo { struct
573 static int build_cpu_topo(struct cpu_topo *tp, int cpu) in build_cpu_topo() argument