Home
last modified time | relevance | path

Searched defs:trusty_thread (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/trusty/kernel/lib/trusty/include/lib/trusty/
H A Dtrusty_app.h142 struct trusty_thread { struct
143 vaddr_t stack_start;
144 size_t stack_size;
168 struct trusty_thread* thread; argument
278 struct trusty_thread* trusty_thread = current_trusty_thread(); in current_trusty_app() local
/aosp_15_r20/trusty/kernel/lib/trusty/
H A Dtrusty_app.c406 static user_addr_t user_stack_alloc(struct trusty_thread* trusty_thread, in user_stack_alloc()
433 static user_addr_t add_to_user_stack(struct trusty_thread* trusty_thread, in add_to_user_stack()
457 trusty_thread_write_elf_tables(struct trusty_thread* trusty_thread, in trusty_thread_write_elf_tables()
508 struct trusty_thread* trusty_thread = current_trusty_thread(); in trusty_thread_startup() local
527 static status_t trusty_thread_start(struct trusty_thread* trusty_thread) { in trusty_thread_start()
534 struct trusty_thread* trusty_thread = current_trusty_thread(); in trusty_thread_exit() local
568 struct trusty_thread* trusty_thread; in trusty_thread_create() local
1695 struct trusty_thread* trusty_thread; in trusty_app_start() local
/aosp_15_r20/trusty/kernel/lib/backtrace/
H A Dbacktrace.c96 struct trusty_thread* trusty_thread = trusty_thread_get(thread); in print_stack_address() local
180 struct trusty_thread* trusty_thread = trusty_thread_get(thread); in dump_function() local