Searched defs:topology_core_id (Results 1 – 9 of 9) sorted by relevance
16 #define topology_core_id(cpu) (cpu_core(&cpu_data[cpu])) macro
43 #define topology_core_id(cpu) (cpu_data(cpu)->core_id) macro
33 #define topology_core_id(cpu) (cpu_data[cpu].core) macro
47 #define topology_core_id(cpu) (cpu_data(cpu).core_id) macro
82 #define topology_core_id(cpu) (cpu_topology[cpu].core_id) macro
206 #define topology_core_id(cpu) ((void)(cpu), 0) macro
141 #define topology_core_id(cpu) (cpu_to_core_id(cpu)) macro
32 #define topology_core_id(cpu) (cpu_topology[cpu].core_id) macro
112 #define topology_core_id(cpu) (cpu_data(cpu).cpu_core_id) macro