Home
last modified time | relevance | path

Searched refs:g_excHook (Results 1 - 2 of 2) sorted by relevance

/kernel/liteos_m/utils/
H A Dlos_debug.c48 STATIC ExcHookFn g_excHook; variable
71 if (!g_excHook) { in OsExcHookRegister()
72 g_excHook = excHookFn; in OsExcHookRegister()
80 if (g_excHook) { in OsDoExcHook()
81 g_excHook(excType); in OsDoExcHook()
/kernel/liteos_a/arch/arm/arm/src/
H A Dlos_exc.c81 STATIC EXC_PROC_FUNC g_excHook = (EXC_PROC_FUNC)OsExcHook; variable
413 g_excHook = excHook; in LOS_ExcRegHook()
421 return g_excHook; in OsExcRegHookGet()
942 if (g_excHook != NULL) { in OsUndefIncExcHandleEntry()
944 g_excHook(OS_EXCEPT_UNDEF_INSTR, excBufAddr, 0, 0); in OsUndefIncExcHandleEntry()
961 if (g_excHook != NULL) { in OsPrefetchAbortExcHandleEntry()
964 g_excHook(OS_EXCEPT_PREFETCH_ABORT, excBufAddr, far, fsr); in OsPrefetchAbortExcHandleEntry()
980 if (g_excHook != NULL) { in OsDataAbortExcHandleEntry()
983 g_excHook(OS_EXCEPT_DATA_ABORT, excBufAddr, far, fsr); in OsDataAbortExcHandleEntry()
1188 if (g_excHook ! in OsExcHandleEntry()
[all...]

Completed in 3 milliseconds