Lines Matching defs:thread
87 static void print_stack_address(struct thread* thread, uintptr_t addr) { in print_stack_address()
119 static void print_function_info(struct thread* thread, in print_function_info()
147 static void dump_user_function(struct thread* thread, in dump_user_function()
161 static void dump_kernel_function(struct thread* thread, in dump_kernel_function()
176 static void dump_function(thread_t* thread, struct stack_frame* frame) { in dump_function()
193 struct trusty_thread* thread = trusty_thread_get(_thread); in is_on_user_stack() local
207 static bool is_on_kernel_stack(struct thread* thread, uintptr_t addr) { in is_on_kernel_stack()
227 static bool is_on_stack(struct thread* thread, uintptr_t addr, bool user) { in is_on_stack()
247 static int dump_monotonic_backtrace(struct thread* thread, in dump_monotonic_backtrace()
275 static void dump_backtrace_etc(struct thread* thread, in dump_backtrace_etc()
315 void dump_thread_backtrace(struct thread* thread) { in dump_thread_backtrace()