Lines Matching refs:PROC_VTABLE
114 #define PROC_VTABLE(f) cpu_vtable[smp_processor_id()]->f
126 #define PROC_VTABLE(f) processor.f
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)