Home
last modified time | relevance | path

Searched refs:is_32bit (Results 1 – 11 of 11) sorted by relevance

/optee_os/ldelf/
A Dta_elf.h30 bool is_32bit; /* Initialized from Elf32_Ehdr/Elf64_Ehdr */ member
104 void ta_elf_load_main(const TEE_UUID *uuid, uint32_t *is_32bit, uint64_t *sp,
107 void ta_elf_load_dependency(struct ta_elf *elf, bool is_32bit);
128 TEE_Result ta_elf_set_init_fini_info_compat(bool is_32bit);
129 TEE_Result ta_elf_set_elf_phdr_info(bool is_32bit);
A Dta_elf.c116 elf->is_32bit = true; in e32_parse_ehdr()
181 if (elf->is_32bit) { in read_dyn()
208 if (elf->is_32bit) in save_hashtab_from_segment()
304 if (elf->is_32bit) in save_soname_from_segment()
999 if (elf->is_32bit) in add_deps_from_segment()
1215 *is_32bit = elf->is_32bit; in ta_elf_load_main()
1257 if (elf->is_32bit != is_32bit) in ta_elf_load_dependency()
1698 if (is_32bit) { in realloc_ifs()
1737 if (is_32bit) { in fill_ifs()
1834 if (is_32bit) { in realloc_elf_phdr_info()
[all …]
A Dmain.c37 EMSG_RAW(" arch: %s", elf->is_32bit ? "arm" : "aarch64"); in dump_ta_state()
143 ta_elf_load_main(&arg->uuid, &arg->is_32bit, &arg->stack_ptr, in ldelf()
152 ta_elf_load_dependency(elf, arg->is_32bit); in ldelf()
A Dta_elf_rel.c96 if (elf->is_32bit) { in resolve_sym_helper()
622 if (elf->is_32bit) { in ta_elf_relocate()
/optee_os/core/arch/arm/kernel/
A Dldelf_loader.c60 uctx->is_32bit = is_arm32; in ldelf_load_ldelf()
152 uctx->is_32bit = arg->is_32bit; in ldelf_init_with_ldelf()
222 arg->is_arm32 = uctx->is_32bit; in ldelf_dump_state()
242 if (uctx->is_32bit) { in ldelf_dump_state()
A Dthread.c1400 static bool get_spsr(bool is_32bit, unsigned long entry_func, uint32_t *spsr) in get_spsr() argument
1404 if (!is_32bit) in get_spsr()
1418 static bool get_spsr(bool is_32bit, unsigned long entry_func, uint32_t *spsr) in get_spsr() argument
1422 if (is_32bit) { in get_spsr()
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()
/optee_os/core/include/kernel/
A Duser_mode_ctx_struct.h45 bool is_32bit; member
/optee_os/ldelf/include/
A Dldelf.h32 uint32_t is_32bit; member
/optee_os/core/arch/arm/tee/
A Darch_svc.c434 utc->uctx.is_32bit ? in save_panic_stack()
447 if (utc->uctx.is_32bit) in save_panic_stack()
/optee_os/core/arch/arm/include/kernel/
A Dthread.h501 unsigned long entry_func, bool is_32bit,
/optee_os/core/kernel/
A Duser_ta.c168 utc->uctx.entry_func, utc->uctx.is_32bit, in user_ta_enter()

Completed in 36 milliseconds