Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/include/asm/
H A Dproc-fns.h114 #define PROC_VTABLE(f) cpu_vtable[smp_processor_id()]->f macro
126 #define PROC_VTABLE(f) processor.f macro
134 #define cpu_proc_init PROC_VTABLE(_proc_init)
135 #define cpu_check_bugs PROC_VTABLE(check_bugs)
136 #define cpu_proc_fin PROC_VTABLE(_proc_fin)
137 #define cpu_reset PROC_VTABLE(reset)
138 #define cpu_do_idle PROC_VTABLE(_do_idle)
141 #define cpu_do_switch_mm PROC_VTABLE(switch_mm)
144 #define cpu_do_suspend PROC_VTABLE(do_suspend)
145 #define cpu_do_resume PROC_VTABLE(do_resume)