Searched refs:cpu_ops (Results 1 - 17 of 17) sorted by relevance

/u-boot/drivers/cpu/
H A Dcpu-uclass.c33 struct cpu_ops *ops = cpu_get_ops(cpu);
66 struct cpu_ops *ops = cpu_get_ops(dev);
76 struct cpu_ops *ops = cpu_get_ops(dev);
89 struct cpu_ops *ops = cpu_get_ops(dev);
99 struct cpu_ops *ops = cpu_get_ops(dev);
H A Dmtk_cpu.c65 static const struct cpu_ops mtk_cpu_ops = {
H A Dcpu_sandbox.c55 static const struct cpu_ops cpu_sandbox_ops = {
H A Dat91_cpu.c63 static const struct cpu_ops at91_cpu_ops = {
H A Dmicroblaze_cpu.c127 static const struct cpu_ops microblaze_cpu_ops = {
H A Driscv_cpu.c164 static const struct cpu_ops riscv_cpu_ops = {
H A Dimx8_cpu.c239 static const struct cpu_ops cpu_imx_ops = {
H A Dmpc83xx_cpu.c320 static const struct cpu_ops mpc83xx_cpu_ops = {
H A Dbmips_cpu.c418 static const struct cpu_ops bmips_cpu_ops = {
/u-boot/include/
H A Dcpu.h59 struct cpu_ops { struct
107 #define cpu_get_ops(dev) ((struct cpu_ops *)(dev)->driver->ops)
/u-boot/arch/x86/cpu/qemu/
H A Dcpu.c34 static const struct cpu_ops cpu_qemu_ops = {
/u-boot/arch/x86/cpu/
H A Dcpu_x86.c80 static const struct cpu_ops cpu_x86_ops = {
/u-boot/arch/nios2/cpu/
H A Dcpu.c148 static const struct cpu_ops altera_nios2_ops = {
/u-boot/arch/x86/cpu/baytrail/
H A Dcpu.c190 static const struct cpu_ops cpu_x86_baytrail_ops = {
/u-boot/arch/x86/cpu/apollolake/
H A Dcpu.c180 static const struct cpu_ops cpu_x86_apl_ops = {
/u-boot/arch/x86/cpu/ivybridge/
H A Dmodel_206ax.c434 static const struct cpu_ops cpu_x86_model_206ax_ops = {
/u-boot/arch/x86/cpu/broadwell/
H A Dcpu_full.c649 static const struct cpu_ops cpu_x86_broadwell_ops = {

Completed in 124 milliseconds