Home
last modified time | relevance | path

Searched refs:exception_info (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-3.4.0/platform/include/
Dexception_info.h32 #define _STRINGIFY(exception_info) #exception_info argument
/trusted-firmware-m-3.4.0/platform/ext/common/
Dexception_info.c36 static struct exception_info_t exception_info; variable
208 dump_exception_info(stack_error, &exception_info); in dump_error()
214 struct exception_info_t *ctx = &exception_info; in store_and_dump_context()
/trusted-firmware-m-3.4.0/platform/
DCMakeLists.txt76 $<$<BOOL:${TFM_EXCEPTION_INFO_DUMP}>:ext/common/exception_info.c>