Lines Matching defs:cpu
23 static inline unsigned long topology_get_cpu_scale(int cpu) in topology_get_cpu_scale()
32 static inline unsigned long topology_get_freq_ref(int cpu) in topology_get_freq_ref()
39 static inline unsigned long topology_get_freq_scale(int cpu) in topology_get_freq_scale()
65 static inline unsigned long topology_get_thermal_pressure(int cpu) in topology_get_thermal_pressure()
87 #define topology_physical_package_id(cpu) (cpu_topology[cpu].package_id) argument
88 #define topology_cluster_id(cpu) (cpu_topology[cpu].cluster_id) argument
89 #define topology_core_id(cpu) (cpu_topology[cpu].core_id) argument
90 #define topology_core_cpumask(cpu) (&cpu_topology[cpu].core_sibling) argument
91 #define topology_sibling_cpumask(cpu) (&cpu_topology[cpu].thread_sibling) argument
92 #define topology_cluster_cpumask(cpu) (&cpu_topology[cpu].cluster_sibling) argument
93 #define topology_llc_cpumask(cpu) (&cpu_topology[cpu].llc_sibling) argument