Home
last modified time | relevance | path

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

/trusty/kernel/lib/backtrace/
Dbacktrace.c227 static bool is_on_stack(struct thread* thread, uintptr_t addr, bool user) { in is_on_stack() function
255 if (is_on_stack(thread, frame->fp, !user)) { in dump_monotonic_backtrace()
263 if (!is_on_stack(thread, frame->fp, user)) { in dump_monotonic_backtrace()