Searched defs:cpu_data (Results 1 – 15 of 15) sorted by relevance
31 struct cpu_data { struct32 struct clk **pclk;33 struct cpufreq_frequency_table *table;34 struct thermal_cooling_device *cdev;
498 static s16 intel_pstate_get_epb(struct cpudata *cpu_data) in intel_pstate_get_epb()513 static s16 intel_pstate_get_epp(struct cpudata *cpu_data, u64 hwp_req_data) in intel_pstate_get_epp()581 static int intel_pstate_get_energy_pref_index(struct cpudata *cpu_data) in intel_pstate_get_energy_pref_index()616 static int intel_pstate_set_energy_pref_index(struct cpudata *cpu_data, in intel_pstate_set_energy_pref_index()671 struct cpudata *cpu_data = all_cpu_data[policy->cpu]; in store_energy_performance_preference() local690 struct cpudata *cpu_data = all_cpu_data[policy->cpu]; in show_energy_performance_preference() local725 struct cpudata *cpu_data = all_cpu_data[cpu]; in intel_pstate_hwp_set() local795 struct cpudata *cpu_data = all_cpu_data[policy->cpu]; in intel_pstate_hwp_save_state() local1886 struct cpudata *cpu_data = all_cpu_data[cpu]; in intel_pstate_clear_update_util_hook() local
29 #define cpu_data(__cpu) per_cpu(__cpu_data, (__cpu)) macro
35 #define cpu_data(__cpu) per_cpu(__cpu_data, (__cpu)) macro
38 static void *cpu_data; variable
137 static void *per_cpu_node_setup(void *cpu_data, int node) in per_cpu_node_setup()266 void *cpu_data; in fill_pernode() local
52 struct sh_cpuinfo cpu_data[NR_CPUS] __read_mostly = { variable
58 struct fgraph_cpu_data __percpu *cpu_data; member842 struct fgraph_cpu_data *cpu_data; in print_graph_entry_leaf() local889 struct fgraph_cpu_data *cpu_data; in print_graph_entry_nested() local1119 struct fgraph_cpu_data *cpu_data; in print_graph_return() local
97 #define cpu_data (&boot_cpu_data) macro
56 struct cpuinfo_alpha cpu_data[NR_CPUS]; variable
49 struct cpuinfo_mips cpu_data[NR_CPUS] __read_mostly; variable
924 void *cpu_data; in cpu_init() local
1844 ia64_mca_cpu_init(void *cpu_data) in ia64_mca_cpu_init()
174 #define cpu_data(cpu) per_cpu(cpu_info, cpu) macro177 #define cpu_data(cpu) boot_cpu_data macro
242 #define cpu_data(cpu) (&per_cpu(ia64_cpu_info, cpu)) macro