Home
last modified time | relevance | path

Searched defs:cpu_ops (Results 1 – 2 of 2) sorted by relevance

/external/trusty/arm-trusted-firmware/include/lib/cpus/
Dcpu_ops.h116 struct cpu_ops { struct
117 unsigned long midr;
119 void (*reset_func)(void);
145 CASSERT(sizeof(struct cpu_ops) == CPU_OPS_SIZE, argument
/external/trusty/arm-trusted-firmware/lib/cpus/
Derrata_report.c72 struct cpu_ops *cpu_ops = get_cpu_ops_ptr(); in generic_errata_report() local
162 struct cpu_ops *cpu_ops; in print_errata_status() local