Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/cpuidle/governors/
H A Dteo.c119 struct teo_cpu *cpu_data = per_cpu_ptr(&teo_cpus, dev->cpu); in teo_update() local
243 struct teo_cpu *cpu_data = per_cpu_ptr(&teo_cpus, dev->cpu); in teo_select() local
445 struct teo_cpu *cpu_data = per_cpu_ptr(&teo_cpus, dev->cpu); in teo_reflect() local
470 struct teo_cpu *cpu_data = per_cpu_ptr(&teo_cpus, dev->cpu); in teo_enable_device() local
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dqoriq-cpufreq.c28 struct cpu_data { struct
29 struct clk **pclk;
30 struct cpufreq_frequency_table *table;
H A Dintel_pstate.c523 static s16 intel_pstate_get_epb(struct cpudata *cpu_data) in intel_pstate_get_epb()
538 static s16 intel_pstate_get_epp(struct cpudata *cpu_data, u64 hwp_req_data) in intel_pstate_get_epp()
606 static int intel_pstate_get_energy_pref_index(struct cpudata *cpu_data, int *raw_epp) in intel_pstate_get_energy_pref_index()
670 static int intel_pstate_set_energy_pref_index(struct cpudata *cpu_data, in intel_pstate_set_energy_pref_index()
791 struct cpudata *cpu_data = all_cpu_data[policy->cpu]; in show_energy_performance_preference() local
849 struct cpudata *cpu_data = all_cpu_data[cpu]; in intel_pstate_hwp_set() local
2191 struct cpudata *cpu_data = all_cpu_data[cpu]; in intel_pstate_clear_update_util_hook() local
/OK3568_Linux_fs/kernel/arch/csky/kernel/
H A Dprocess.c17 struct cpuinfo_csky cpu_data[NR_CPUS]; variable
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dcpudata_32.h29 #define cpu_data(__cpu) per_cpu(__cpu_data, (__cpu)) macro
H A Dcpudata_64.h35 #define cpu_data(__cpu) per_cpu(__cpu_data, (__cpu)) macro
/OK3568_Linux_fs/kernel/arch/ia64/mm/
H A Dcontig.c35 static void *cpu_data; variable
H A Ddiscontig.c135 static void *per_cpu_node_setup(void *cpu_data, int node) in per_cpu_node_setup()
261 void *cpu_data; in fill_pernode() local
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dperf_buffer.c19 int cpu_data = *(int *)data, duration = 0; in on_sample() local
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_functions_graph.c31 struct fgraph_cpu_data __percpu *cpu_data; member
644 struct fgraph_cpu_data *cpu_data; in print_graph_entry_leaf() local
687 struct fgraph_cpu_data *cpu_data; in print_graph_entry_nested() local
917 struct fgraph_cpu_data *cpu_data; in print_graph_return() local
/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Dsetup.c54 struct sh_cpuinfo cpu_data[NR_CPUS] __read_mostly = { variable
/OK3568_Linux_fs/kernel/arch/um/include/asm/
H A Dprocessor-generic.h97 #define cpu_data (&boot_cpu_data) macro
/OK3568_Linux_fs/kernel/arch/s390/pci/
H A Dpci_irq.c162 struct cpu_irq_data *cpu_data; in zpci_handle_fallback_irq() local
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dsetup.c50 struct cpuinfo_mips cpu_data[NR_CPUS] __read_mostly; variable
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dsmp.c54 struct cpuinfo_alpha cpu_data[NR_CPUS]; variable
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A Dsetup.c946 void *cpu_data; in cpu_init() local
H A Dmca.c1806 ia64_mca_cpu_init(void *cpu_data) in ia64_mca_cpu_init()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dprocessor.h180 #define cpu_data(cpu) per_cpu(cpu_info, cpu) macro
183 #define cpu_data(cpu) boot_cpu_data macro
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dprocessor.h242 #define cpu_data(cpu) (&per_cpu(ia64_cpu_info, cpu)) macro