Searched defs:cpu_ops (Results 1 – 6 of 6) sorted by relevance
116 struct cpu_ops { struct117 unsigned long midr;119 void (*reset_func)(void);145 CASSERT(sizeof(struct cpu_ops) == CPU_OPS_SIZE, argument
72 struct cpu_ops *cpu_ops = get_cpu_ops_ptr(); in generic_errata_report() local162 struct cpu_ops *cpu_ops; in print_errata_status() local
118 static struct device_operations cpu_ops = { variable
146 static struct device_operations cpu_ops = { variable
172 struct cpu_ops *cpu_ops; in verify_errata_implemented() local
2146 auto cpu_ops = Dispatcher::singleton().getRegistrationsForDispatchKey(c10::DispatchKey::CPU); in TEST() local