Home
last modified time | relevance | path

Searched defs:topology_core_id (Results 1 – 7 of 7) sorted by relevance

/arch/mips/include/asm/
Dtopology.h16 #define topology_core_id(cpu) (cpu_core(&cpu_data[cpu])) macro
/arch/ia64/include/asm/
Dtopology.h43 #define topology_core_id(cpu) (cpu_data(cpu)->core_id) macro
/arch/sparc/include/asm/
Dtopology_64.h47 #define topology_core_id(cpu) (cpu_data(cpu).core_id) macro
/arch/parisc/include/asm/
Dtopology.h19 #define topology_core_id(cpu) (cpu_topology[cpu].core_id) macro
/arch/powerpc/include/asm/
Dtopology.h145 #define topology_core_id(cpu) (cpu_to_core_id(cpu)) macro
/arch/s390/include/asm/
Dtopology.h32 #define topology_core_id(cpu) (cpu_topology[cpu].core_id) macro
/arch/x86/include/asm/
Dtopology.h111 #define topology_core_id(cpu) (cpu_data(cpu).cpu_core_id) macro