Home
last modified time | relevance | path

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

/optee_os-3.20.0/ldelf/
A Dta_elf.h30 bool is_32bit; /* Initialized from Elf32_Ehdr/Elf64_Ehdr */ member
122 void ta_elf_load_main(const TEE_UUID *uuid, uint32_t *is_32bit, uint64_t *sp,
125 void ta_elf_load_dependency(struct ta_elf *elf, bool is_32bit);
146 TEE_Result ta_elf_set_init_fini_info_compat(bool is_32bit);
147 TEE_Result ta_elf_set_elf_phdr_info(bool is_32bit);
A Dta_elf.c117 elf->is_32bit = true; in e32_parse_ehdr()
214 if (elf->is_32bit) { in read_dyn()
283 if (elf->is_32bit) in check_gnu_hashtab()
351 if (elf->is_32bit) in save_soname_from_segment()
1046 if (elf->is_32bit) in add_deps_from_segment()
1262 *is_32bit = elf->is_32bit; in ta_elf_load_main()
1304 if (elf->is_32bit != is_32bit) in ta_elf_load_dependency()
1745 if (is_32bit) { in realloc_ifs()
1784 if (is_32bit) { in fill_ifs()
1881 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.c114 if (elf->is_32bit) { in check_found_sym()
150 if (elf->is_32bit) { in resolve_sym_helper()
738 if (elf->is_32bit) { in ta_elf_relocate()
/optee_os-3.20.0/core/include/kernel/
A Duser_mode_ctx_struct.h50 bool is_32bit; member
A Dthread.h181 unsigned long entry_func, bool is_32bit,
/optee_os-3.20.0/ldelf/include/
A Dldelf.h32 uint32_t is_32bit; member
/optee_os-3.20.0/core/arch/arm/kernel/
A Dldelf_loader.c61 uctx->is_32bit = is_arm32; in ldelf_load_ldelf()
153 uctx->is_32bit = arg->is_32bit; in ldelf_init_with_ldelf()
223 arg->is_arm32 = uctx->is_32bit; in ldelf_dump_state()
243 if (uctx->is_32bit) { in ldelf_dump_state()
A Dthread.c908 static bool get_spsr(bool is_32bit, unsigned long entry_func, uint32_t *spsr) in get_spsr() argument
912 if (!is_32bit) in get_spsr()
926 static bool get_spsr(bool is_32bit, unsigned long entry_func, uint32_t *spsr) in get_spsr() argument
930 if (is_32bit) { in get_spsr()
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()
/optee_os-3.20.0/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-3.20.0/core/kernel/
A Duser_ta.c168 utc->uctx.entry_func, utc->uctx.is_32bit, in user_ta_enter()

Completed in 17 milliseconds