Searched refs:entry_func (Results 1 – 8 of 8) sorted by relevance
/optee_os-3.20.0/core/include/kernel/ |
A D | user_mode_ctx_struct.h | 43 uaddr_t entry_func; member
|
A D | thread.h | 181 unsigned long entry_func, bool is_32bit,
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | thread.c | 908 static bool get_spsr(bool is_32bit, unsigned long entry_func, uint32_t *spsr) in get_spsr() argument 918 if (entry_func & 1) in get_spsr() 926 static bool get_spsr(bool is_32bit, unsigned long entry_func, uint32_t *spsr) in get_spsr() argument 933 s |= (entry_func & SPSR_32_T_MASK) << SPSR_32_T_SHIFT; in get_spsr() 945 unsigned long user_sp, unsigned long entry_func, in set_ctx_regs() argument 960 regs->pc = entry_func; in set_ctx_regs() 969 regs->pc = entry_func; in set_ctx_regs() 998 unsigned long entry_func, bool is_32bit, in thread_enter_user_mode() argument 1012 if (!get_spsr(is_32bit, entry_func, &spsr)) { in thread_enter_user_mode() 1026 set_ctx_regs(regs, a0, a1, a2, a3, user_sp, entry_func, spsr, keys); in thread_enter_user_mode()
|
A D | ldelf_loader.c | 74 uctx->entry_func = code_addr + ldelf_entry; in ldelf_load_ldelf() 118 usr_stack, uctx->entry_func, in ldelf_init_with_ldelf() 154 uctx->entry_func = arg->entry_func; in ldelf_init_with_ldelf()
|
A D | secure_partition.c | 251 sp_regs->pc = ctx->uctx.entry_func; in sp_init_set_registers()
|
/optee_os-3.20.0/ldelf/include/ |
A D | ldelf.h | 34 uint64_t entry_func; member
|
/optee_os-3.20.0/ldelf/ |
A D | main.c | 159 ta_elf_finalize_load_main(&arg->entry_func); in ldelf()
|
/optee_os-3.20.0/core/kernel/ |
A D | user_ta.c | 168 utc->uctx.entry_func, utc->uctx.is_32bit, in user_ta_enter()
|
Completed in 12 milliseconds