Home
last modified time | relevance | path

Searched refs:cpu_ops_ptr (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/lib/el3_runtime/
H A Dcpu_data_array.c32 if (get_cpu_data(cpu_ops_ptr) == NULL) { in cpu_data_init_cpu_ops()
35 set_cpu_data(cpu_ops_ptr, ops); in cpu_data_init_cpu_ops()
/rk3399_ARM-atf/include/lib/el3_runtime/
H A Dcpu_data.h137 struct cpu_ops *cpu_ops_ptr; member
168 CPU_DATA_ASSERT_OFFSET(CPU_OPS_PTR, cpu_ops_ptr);
/rk3399_ARM-atf/lib/cpus/
H A Derrata_report.c128 struct cpu_ops *cpu_ops = (void *) get_cpu_data(cpu_ops_ptr); in print_errata_status()
/rk3399_ARM-atf/lib/psci/
H A Dpsci_common.c1210 struct cpu_ops *ops = get_cpu_data(cpu_ops_ptr); in call_cpu_pwr_dwn()