Home
last modified time | relevance | path

Searched refs:cpu_ops (Results 1 – 9 of 9) sorted by relevance

/external/u-boot/drivers/cpu/
Dcpu-uclass.c16 struct cpu_ops *ops = cpu_get_ops(dev); in cpu_get_desc()
26 struct cpu_ops *ops = cpu_get_ops(dev); in cpu_get_info()
36 struct cpu_ops *ops = cpu_get_ops(dev); in cpu_get_count()
46 struct cpu_ops *ops = cpu_get_ops(dev); in cpu_get_vendor()
Dbmips_cpu.c386 static const struct cpu_ops bmips_cpu_ops = {
/external/u-boot/include/
Dcpu.h48 struct cpu_ops { struct
87 #define cpu_get_ops(dev) ((struct cpu_ops *)(dev)->driver->ops) argument
/external/u-boot/arch/x86/cpu/qemu/
Dcpu.c28 static const struct cpu_ops cpu_qemu_ops = {
/external/u-boot/arch/x86/cpu/
Dcpu_x86.c80 static const struct cpu_ops cpu_x86_ops = {
/external/u-boot/arch/x86/cpu/baytrail/
Dcpu.c187 static const struct cpu_ops cpu_x86_baytrail_ops = {
/external/u-boot/arch/nios2/cpu/
Dcpu.c132 static const struct cpu_ops altera_nios2_ops = {
/external/u-boot/arch/x86/cpu/ivybridge/
Dmodel_206ax.c462 static const struct cpu_ops cpu_x86_model_206ax_ops = {
/external/u-boot/arch/x86/cpu/broadwell/
Dcpu.c747 static const struct cpu_ops cpu_x86_broadwell_ops = {