Home
last modified time | relevance | path

Searched defs:cpu_get_ops (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/arm64/kernel/
H A Dcpu_ops.c39 static const struct cpu_operations * __init cpu_get_ops(const char *name) in cpu_get_ops() function
/openbmc/u-boot/include/
H A Dcpu.h92 #define cpu_get_ops(dev) ((struct cpu_ops *)(dev)->driver->ops) macro