Home
last modified time | relevance | path

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

/trusty/kernel/lib/backtrace/
Dbacktrace.c84 static bool is_on_user_stack(struct thread* _thread, uintptr_t addr);
95 if (is_on_user_stack(thread, addr)) { in print_stack_address()
190 static bool is_on_user_stack(struct thread* _thread, uintptr_t addr) { in is_on_user_stack() function
229 return is_on_user_stack(thread, addr); in is_on_stack()