Home
last modified time | relevance | path

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

/arch/arm/include/asm/
Dproc-fns.h117 #define PROC_VTABLE(f) cpu_vtable[smp_processor_id()]->f macro
129 #define PROC_VTABLE(f) processor.f macro
137 #define cpu_proc_init PROC_VTABLE(_proc_init)
138 #define cpu_check_bugs PROC_VTABLE(check_bugs)
139 #define cpu_proc_fin PROC_VTABLE(_proc_fin)
140 #define cpu_reset PROC_VTABLE(reset)
141 #define cpu_do_idle PROC_VTABLE(_do_idle)
144 #define cpu_do_switch_mm PROC_VTABLE(switch_mm)
147 #define cpu_do_suspend PROC_VTABLE(do_suspend)
148 #define cpu_do_resume PROC_VTABLE(do_resume)