Searched refs:ENGINE_FN (Results 1 – 3 of 3) sorted by relevance
29 typedef void (ENGINE_FN) (SIM_CPU *); typedef49 ENGINE_FN *fast_engine_fn;51 ENGINE_FN *full_engine_fn;
207 ENGINE_FN *fn = fast_p ? CPU_FAST_ENGINE_FN (cpu) : CPU_FULL_ENGINE_FN (cpu); in engine_run_1()233 ENGINE_FN *engine_fns[MAX_NR_PROCESSORS] = {}; in engine_run_n()
96457 232 | ENGINE_FN *engine_fns[MAX_NR_PROCESSORS];