Searched refs:thread_enter_user_mode (Results 1 – 5 of 5) sorted by relevance
| /optee_os/core/kernel/ |
| H A D | ldelf_loader.c | 138 res = thread_enter_user_mode((vaddr_t)arg, 0, 0, 0, in ldelf_init_with_ldelf() 296 res = thread_enter_user_mode(usr_stack, 0, 0, 0, in ldelf_dump_state() 345 res = thread_enter_user_mode((vaddr_t)buf, (vaddr_t)arg, 0, 0, in ldelf_dump_ftrace() 402 res = thread_enter_user_mode(usr_stack, 0, 0, 0, in ldelf_dlopen() 454 res = thread_enter_user_mode((vaddr_t)usr_arg, 0, 0, 0, in ldelf_dlsym()
|
| H A D | user_ta.c | 185 res = thread_enter_user_mode(func, kaddr_to_uref(session), in user_ta_enter()
|
| /optee_os/core/include/kernel/ |
| H A D | thread.h | 189 uint32_t thread_enter_user_mode(unsigned long a0, unsigned long a1,
|
| /optee_os/core/arch/riscv/kernel/ |
| H A D | thread_arch.c | 520 uint32_t thread_enter_user_mode(unsigned long a0, unsigned long a1, in thread_enter_user_mode() function
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | thread.c | 1003 uint32_t thread_enter_user_mode(unsigned long a0, unsigned long a1, in thread_enter_user_mode() function
|