Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/platform/ext/common/
Dexception_info.c102 static void dump_exception_info(bool stack_error, in dump_exception_info() argument
130 if (stack_error) { in dump_exception_info()
176 bool stack_error = false; in dump_error() local
188 stack_error = true; in dump_error()
192 stack_error = true; in dump_error()
196 stack_error = true; in dump_error()
201 stack_error = true; in dump_error()
208 dump_exception_info(stack_error, &exception_info); in dump_error()