Lines Matching defs:cpu
19 static inline unsigned long topology_get_cpu_scale(int cpu) in topology_get_cpu_scale()
28 static inline unsigned long topology_get_freq_ref(int cpu) in topology_get_freq_ref()
35 static inline unsigned long topology_get_freq_scale(int cpu) in topology_get_freq_scale()
61 static inline unsigned long topology_get_hw_pressure(int cpu) in topology_get_hw_pressure()
83 #define topology_physical_package_id(cpu) (cpu_topology[cpu].package_id) argument
84 #define topology_cluster_id(cpu) (cpu_topology[cpu].cluster_id) argument
85 #define topology_core_id(cpu) (cpu_topology[cpu].core_id) argument
86 #define topology_core_cpumask(cpu) (&cpu_topology[cpu].core_sibling) argument
87 #define topology_sibling_cpumask(cpu) (&cpu_topology[cpu].thread_sibling) argument
88 #define topology_cluster_cpumask(cpu) (&cpu_topology[cpu].cluster_sibling) argument
89 #define topology_llc_cpumask(cpu) (&cpu_topology[cpu].llc_sibling) argument