Home
last modified time | relevance | path

Searched refs:_thread (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);
190 static bool is_on_user_stack(struct thread* _thread, uintptr_t addr) { in is_on_user_stack() argument
193 struct trusty_thread* thread = trusty_thread_get(_thread); in is_on_user_stack()