Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/cpu/
H A Dcpu-uclass.c39 struct cpu_ops *ops = cpu_get_ops(dev); in cpu_get_desc()
49 struct cpu_ops *ops = cpu_get_ops(dev); in cpu_get_info()
59 struct cpu_ops *ops = cpu_get_ops(dev); in cpu_get_count()
69 struct cpu_ops *ops = cpu_get_ops(dev); in cpu_get_vendor()
H A Dcpu_sandbox.c38 static const struct cpu_ops cpu_sandbox_ops = {
H A Driscv_cpu.c99 static const struct cpu_ops riscv_cpu_ops = {
H A Dmpc83xx_cpu.c316 static const struct cpu_ops mpc83xx_cpu_ops = {
H A Dbmips_cpu.c416 static const struct cpu_ops bmips_cpu_ops = {
/openbmc/u-boot/include/
H A Dcpu.h53 struct cpu_ops { struct
92 #define cpu_get_ops(dev) ((struct cpu_ops *)(dev)->driver->ops) argument
/openbmc/u-boot/arch/x86/cpu/qemu/
H A Dcpu.c28 static const struct cpu_ops cpu_qemu_ops = {
/openbmc/u-boot/arch/x86/cpu/
H A Dcpu_x86.c80 static const struct cpu_ops cpu_x86_ops = {
/openbmc/u-boot/arch/x86/cpu/baytrail/
H A Dcpu.c187 static const struct cpu_ops cpu_x86_baytrail_ops = {
/openbmc/u-boot/arch/nios2/cpu/
H A Dcpu.c132 static const struct cpu_ops altera_nios2_ops = {
/openbmc/u-boot/arch/x86/cpu/ivybridge/
H A Dmodel_206ax.c462 static const struct cpu_ops cpu_x86_model_206ax_ops = {
/openbmc/u-boot/arch/x86/cpu/broadwell/
H A Dcpu.c747 static const struct cpu_ops cpu_x86_broadwell_ops = {
/openbmc/u-boot/arch/arm/mach-imx/imx8/
H A Dcpu.c607 static const struct cpu_ops cpu_imx8_ops = {