Home
last modified time | relevance | path

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

/trusty/kernel/lib/trusty/include/lib/trusty/
Dtrusty_app.h137 struct trusty_thread { struct
138 vaddr_t stack_start;
139 size_t stack_size;
163 struct trusty_thread* thread; argument
263 struct trusty_thread* trusty_thread = current_trusty_thread(); in current_trusty_app() local
/trusty/kernel/lib/backtrace/
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
/trusty/kernel/lib/trusty/
Dtrusty_app.c404 static user_addr_t user_stack_alloc(struct trusty_thread* trusty_thread, in user_stack_alloc()
431 static user_addr_t add_to_user_stack(struct trusty_thread* trusty_thread, in add_to_user_stack()
455 trusty_thread_write_elf_tables(struct trusty_thread* trusty_thread, in trusty_thread_write_elf_tables()
506 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
1690 struct trusty_thread* trusty_thread; in trusty_app_start() local