Home
last modified time | relevance | path

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

/trusted-firmware-m-3.6.0/platform/ext/common/
Dexception_info.c103 static void dump_exception_info(bool stack_error, in dump_exception_info() argument
131 if (stack_error) { in dump_exception_info()
177 bool stack_error = false; in dump_error() local
189 stack_error = true; in dump_error()
193 stack_error = true; in dump_error()
197 stack_error = true; in dump_error()
202 stack_error = true; in dump_error()
209 dump_exception_info(stack_error, &exception_info); in dump_error()