Searched refs:user_sp (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/arch/riscv/kernel/ |
| H A D | thread_arch.c | 503 unsigned long user_sp, unsigned long entry_func, in set_ctx_regs() argument 513 .sp = user_sp, in set_ctx_regs() 522 unsigned long user_sp, in thread_enter_user_mode() argument 546 set_ctx_regs(regs, a0, a1, a2, a3, user_sp, entry_func, status, ie, in thread_enter_user_mode()
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | thread.c | 945 unsigned long user_sp, unsigned long entry_func, in set_ctx_regs() argument 959 regs->usr_sp = user_sp; in set_ctx_regs() 970 regs->x[13] = user_sp; /* Used when running TA in Aarch32 */ in set_ctx_regs() 971 regs->sp = user_sp; /* Used when running TA in Aarch64 */ in set_ctx_regs() 1004 unsigned long a2, unsigned long a3, unsigned long user_sp, in thread_enter_user_mode() argument 1033 set_ctx_regs(regs, a0, a1, a2, a3, user_sp, entry_func, spsr, keys); in thread_enter_user_mode()
|
| /optee_os/core/include/kernel/ |
| H A D | thread.h | 190 unsigned long a2, unsigned long a3, unsigned long user_sp,
|