Home
last modified time | relevance | path

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

/trusty/kernel/lib/backtrace/
Dbacktrace.c96 struct trusty_thread* trusty_thread = trusty_thread_get(thread); in print_stack_address()
180 struct trusty_thread* trusty_thread = trusty_thread_get(thread); in dump_function()
193 struct trusty_thread* thread = trusty_thread_get(_thread); in is_on_user_stack()
/trusty/kernel/lib/trusty/include/lib/trusty/
Dtrusty_app.h254 static inline struct trusty_thread* trusty_thread_get(thread_t* t) { in trusty_thread_get() function