Searched defs:cpu_get_ops (Results 1 – 2 of 2) sorted by relevance
39 static const struct cpu_operations * __init cpu_get_ops(const char *name) in cpu_get_ops() function
92 #define cpu_get_ops(dev) ((struct cpu_ops *)(dev)->driver->ops) macro