Searched refs:is_on_user_stack (Results 1 – 1 of 1) sorted by relevance
84 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() function229 return is_on_user_stack(thread, addr); in is_on_stack()