Lines Matching defs:cpu
54 static inline int cpu_to_node(int cpu) in cpu_to_node()
58 #define early_cpu_to_node(cpu) cpu_to_node(cpu) argument
97 static inline int cpu_to_node(int cpu) in cpu_to_node()
103 static inline int early_cpu_to_node(int cpu) in early_cpu_to_node()
196 #define cpu_to_node(cpu) 0 argument
197 #define early_cpu_to_node(cpu) 0 argument
237 #define topology_physical_package_id(cpu) (cpu_data(cpu).phys_proc_id) argument
238 #define topology_core_id(cpu) (cpu_data(cpu).cpu_core_id) argument
239 #define topology_core_siblings(cpu) (per_cpu(cpu_core_map, cpu)) argument
240 #define topology_thread_siblings(cpu) (per_cpu(cpu_sibling_map, cpu)) argument
241 #define topology_core_cpumask(cpu) (&per_cpu(cpu_core_map, cpu)) argument
242 #define topology_thread_cpumask(cpu) (&per_cpu(cpu_sibling_map, cpu)) argument