Home
last modified time | relevance | path

Searched defs:cpu_data (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/drivers/cpufreq/
Dqoriq-cpufreq.c31 struct cpu_data { struct
32 struct clk **pclk;
33 struct cpufreq_frequency_table *table;
34 struct thermal_cooling_device *cdev;
Dintel_pstate.c498 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() local
690 struct cpudata *cpu_data = all_cpu_data[policy->cpu]; in show_energy_performance_preference() local
725 struct cpudata *cpu_data = all_cpu_data[cpu]; in intel_pstate_hwp_set() local
795 struct cpudata *cpu_data = all_cpu_data[policy->cpu]; in intel_pstate_hwp_save_state() local
1886 struct cpudata *cpu_data = all_cpu_data[cpu]; in intel_pstate_clear_update_util_hook() local
/Linux-v4.19/arch/sparc/include/asm/
Dcpudata_32.h29 #define cpu_data(__cpu) per_cpu(__cpu_data, (__cpu)) macro
Dcpudata_64.h35 #define cpu_data(__cpu) per_cpu(__cpu_data, (__cpu)) macro
/Linux-v4.19/arch/ia64/mm/
Dcontig.c38 static void *cpu_data; variable
Ddiscontig.c137 static void *per_cpu_node_setup(void *cpu_data, int node) in per_cpu_node_setup()
266 void *cpu_data; in fill_pernode() local
/Linux-v4.19/arch/sh/kernel/
Dsetup.c52 struct sh_cpuinfo cpu_data[NR_CPUS] __read_mostly = { variable
/Linux-v4.19/kernel/trace/
Dtrace_functions_graph.c58 struct fgraph_cpu_data __percpu *cpu_data; member
842 struct fgraph_cpu_data *cpu_data; in print_graph_entry_leaf() local
889 struct fgraph_cpu_data *cpu_data; in print_graph_entry_nested() local
1119 struct fgraph_cpu_data *cpu_data; in print_graph_return() local
/Linux-v4.19/arch/um/include/asm/
Dprocessor-generic.h97 #define cpu_data (&boot_cpu_data) macro
/Linux-v4.19/arch/alpha/kernel/
Dsmp.c56 struct cpuinfo_alpha cpu_data[NR_CPUS]; variable
/Linux-v4.19/arch/mips/kernel/
Dsetup.c49 struct cpuinfo_mips cpu_data[NR_CPUS] __read_mostly; variable
/Linux-v4.19/arch/ia64/kernel/
Dsetup.c924 void *cpu_data; in cpu_init() local
Dmca.c1844 ia64_mca_cpu_init(void *cpu_data) in ia64_mca_cpu_init()
/Linux-v4.19/arch/x86/include/asm/
Dprocessor.h174 #define cpu_data(cpu) per_cpu(cpu_info, cpu) macro
177 #define cpu_data(cpu) boot_cpu_data macro
/Linux-v4.19/arch/ia64/include/asm/
Dprocessor.h242 #define cpu_data(cpu) (&per_cpu(ia64_cpu_info, cpu)) macro