Home
last modified time | relevance | path

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

/u-boot/drivers/cpu/
A Dcpu-uclass.c41 struct cpu_ops *ops = cpu_get_ops(cpu); in cpu_is_current()
74 struct cpu_ops *ops = cpu_get_ops(dev); in cpu_get_desc()
84 struct cpu_ops *ops = cpu_get_ops(dev); in cpu_get_info()
97 struct cpu_ops *ops = cpu_get_ops(dev); in cpu_get_count()
107 struct cpu_ops *ops = cpu_get_ops(dev); in cpu_get_vendor()
A Dcpu_sandbox.c56 static const struct cpu_ops cpu_sandbox_ops = {
A Dat91_cpu.c64 static const struct cpu_ops at91_cpu_ops = {
A Driscv_cpu.c151 static const struct cpu_ops riscv_cpu_ops = {
A Dimx8_cpu.c177 static const struct cpu_ops cpu_imx8_ops = {
A Dmpc83xx_cpu.c321 static const struct cpu_ops mpc83xx_cpu_ops = {
A Dbmips_cpu.c418 static const struct cpu_ops bmips_cpu_ops = {
/u-boot/include/
A Dcpu.h57 struct cpu_ops { struct
105 #define cpu_get_ops(dev) ((struct cpu_ops *)(dev)->driver->ops) argument
/u-boot/arch/x86/cpu/qemu/
A Dcpu.c28 static const struct cpu_ops cpu_qemu_ops = {
/u-boot/arch/x86/cpu/
A Dcpu_x86.c81 static const struct cpu_ops cpu_x86_ops = {
/u-boot/arch/x86/cpu/baytrail/
A Dcpu.c189 static const struct cpu_ops cpu_x86_baytrail_ops = {
/u-boot/arch/nios2/cpu/
A Dcpu.c140 static const struct cpu_ops altera_nios2_ops = {
/u-boot/arch/x86/cpu/apollolake/
A Dcpu.c177 static const struct cpu_ops cpu_x86_apl_ops = {
/u-boot/arch/x86/cpu/ivybridge/
A Dmodel_206ax.c435 static const struct cpu_ops cpu_x86_model_206ax_ops = {
/u-boot/arch/x86/cpu/broadwell/
A Dcpu_full.c650 static const struct cpu_ops cpu_x86_broadwell_ops = {

Completed in 12 milliseconds