Home
last modified time | relevance | path

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

/kernel/liteos_m/components/exchook/
Dlos_exc_info.c53 UINT8 g_excMsgArray[MAX_EXC_MEM_SIZE]; variable
151 UINTPTR excContentEnd = MAX_EXC_MEM_SIZE + (UINTPTR)g_excMsgArray; in OsExcContentGet()
263 (VOID)memset_s(g_excMsgArray, g_excArraySize, EXC_MSG_ARRAY_INIT_VALUE, g_excArraySize); in OsExcMsgDump()
284 g_excContent = (VOID *)g_excMsgArray; in OsExcMsgDumpInit()
Dlos_exc_info.h113 extern UINT8 g_excMsgArray[MAX_EXC_MEM_SIZE];