Searched refs:set_ctx_regs (Results 1 – 2 of 2) sorted by relevance
| /optee_os/core/arch/riscv/kernel/ |
| H A D | thread_arch.c | 501 static void set_ctx_regs(struct thread_ctx_regs *regs, unsigned long a0, in set_ctx_regs() function 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 | 943 static void set_ctx_regs(struct thread_ctx_regs *regs, unsigned long a0, in set_ctx_regs() function 1033 set_ctx_regs(regs, a0, a1, a2, a3, user_sp, entry_func, spsr, keys); in thread_enter_user_mode()
|