Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dcpu.h53 struct cpu_ops { struct
62 int (*get_desc)(struct udevice *dev, char *buf, int size);
92 #define cpu_get_ops(dev) ((struct cpu_ops *)(dev)->driver->ops) argument
/openbmc/linux/arch/riscv/kernel/
H A Dcpu_ops.c16 const struct cpu_operations *cpu_ops[NR_CPUS] __ro_after_init; variable
/openbmc/linux/arch/arm64/kernel/
H A Dcpu_ops.c23 static const struct cpu_operations *cpu_ops[NR_CPUS] __ro_after_init; variable
/openbmc/linux/drivers/clk/mvebu/
H A Dclk-cpu.c160 static const struct clk_ops cpu_ops = { variable