Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/common/
Dexception_info.c85 static void dump_exception_info(bool stack_error, in dump_exception_info() argument
113 if (stack_error) { in dump_exception_info()
169 bool stack_error = false; in dump_error() local
179 stack_error = true; in dump_error()
183 stack_error = true; in dump_error()
187 stack_error = true; in dump_error()
203 stack_error = true; in dump_error()
207 dump_exception_info(stack_error, ctx); in dump_error()