Searched refs:entry_func (Results 1 – 8 of 8) sorted by relevance
/optee_os/core/include/kernel/ |
A D | user_mode_ctx_struct.h | 38 uaddr_t entry_func; member
|
/optee_os/core/arch/arm/kernel/ |
A D | thread.c | 1400 static bool get_spsr(bool is_32bit, unsigned long entry_func, uint32_t *spsr) in get_spsr() argument 1410 if (entry_func & 1) in get_spsr() 1418 static bool get_spsr(bool is_32bit, unsigned long entry_func, uint32_t *spsr) in get_spsr() argument 1425 s |= (entry_func & SPSR_32_T_MASK) << SPSR_32_T_SHIFT; in get_spsr() 1437 unsigned long user_sp, unsigned long entry_func, in set_ctx_regs() argument 1451 regs->pc = entry_func; in set_ctx_regs() 1460 regs->pc = entry_func; in set_ctx_regs() 1471 unsigned long entry_func, bool is_32bit, in thread_enter_user_mode() argument 1482 if (!get_spsr(is_32bit, entry_func, &spsr)) { in thread_enter_user_mode() 1496 set_ctx_regs(regs, a0, a1, a2, a3, user_sp, entry_func, spsr); in thread_enter_user_mode()
|
A D | ldelf_loader.c | 73 uctx->entry_func = code_addr + ldelf_entry; in ldelf_load_ldelf() 117 usr_stack, uctx->entry_func, in ldelf_init_with_ldelf() 153 uctx->entry_func = arg->entry_func; in ldelf_init_with_ldelf()
|
A D | secure_partition.c | 230 sp_regs->pc = ctx->uctx.entry_func; in sp_init_set_registers()
|
/optee_os/ldelf/include/ |
A D | ldelf.h | 34 uint64_t entry_func; member
|
/optee_os/ldelf/ |
A D | main.c | 159 ta_elf_finalize_load_main(&arg->entry_func); in ldelf()
|
/optee_os/core/arch/arm/include/kernel/ |
A D | thread.h | 501 unsigned long entry_func, bool is_32bit,
|
/optee_os/core/kernel/ |
A D | user_ta.c | 168 utc->uctx.entry_func, utc->uctx.is_32bit, in user_ta_enter()
|
Completed in 13 milliseconds