Home
last modified time | relevance | path

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

/trusted-firmware-m-3.6.0/platform/include/
Dexception_info.h34 #define __STRINGIFY(exception_info) #exception_info argument
/trusted-firmware-m-3.6.0/platform/ext/common/
Dexception_info.c37 static struct exception_info_t exception_info; variable
209 dump_exception_info(stack_error, &exception_info); in dump_error()
215 struct exception_info_t *ctx = &exception_info; in store_and_dump_context()
/trusted-firmware-m-3.6.0/platform/
DCMakeLists.txt75 $<$<BOOL:${TFM_EXCEPTION_INFO_DUMP}>:ext/common/exception_info.c>