Searched defs:topology_core_id (Results 1 – 4 of 4) sorted by relevance
16 #define topology_core_id(cpu) (cpu_core(&cpu_data[cpu])) macro
39 #define topology_core_id(cpu) (cpu_data[cpu].core) macro
47 #define topology_core_id(cpu) (cpu_data(cpu).core_id) macro
78 #define topology_core_id(cpu) (cpu_topology[cpu].core_id) macro