Searched defs:topology_core_id (Results 1 – 7 of 7) 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
47 #define topology_core_id(cpu) (cpu_data(cpu).core_id) macro
19 #define topology_core_id(cpu) (cpu_topology[cpu].core_id) macro
145 #define topology_core_id(cpu) (cpu_to_core_id(cpu)) macro
32 #define topology_core_id(cpu) (cpu_topology[cpu].core_id) macro
111 #define topology_core_id(cpu) (cpu_data(cpu).cpu_core_id) macro