Searched refs:hal_exception_dump_mips_callback (Results 1 – 2 of 2) sorted by relevance
21 hal_exception_dump_mips_callback g_exception_mips_start_callback = NULL;22 hal_exception_dump_mips_callback g_exception_mips_stop_callback = NULL;25 void hal_register_mips_start_callback(hal_exception_dump_mips_callback callback) in hal_register_mips_start_callback()33 void hal_register_mips_stop_callback(hal_exception_dump_mips_callback callback) in hal_register_mips_stop_callback()
25 typedef void (*hal_exception_dump_mips_callback)(void); typedef28 void hal_register_mips_start_callback(hal_exception_dump_mips_callback callback);29 void hal_register_mips_stop_callback(hal_exception_dump_mips_callback callback);