Home
last modified time | relevance | path

Searched refs:cputopo_parisc (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dtopology.c22 struct cputopo_parisc cpu_topology[NR_CPUS] __read_mostly;
32 struct cputopo_parisc *cpu_topo, *cpuid_topo = &cpu_topology[cpuid]; in update_siblings_masks()
65 struct cputopo_parisc *cpuid_topo = &cpu_topology[cpuid]; in store_cpu_topology()
129 struct cputopo_parisc *cpu_topo = &(cpu_topology[cpu]); in init_cpu_topology()
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dtopology.h8 struct cputopo_parisc { struct
16 extern struct cputopo_parisc cpu_topology[NR_CPUS]; argument