Home
last modified time | relevance | path

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

/optee_os/ldelf/
H A Dta_elf.h31 bool is_32bit; /* Initialized from Elf32_Ehdr/Elf64_Ehdr */ member
123 void ta_elf_load_main(const TEE_UUID *uuid, uint32_t *is_32bit, uint64_t *sp,
126 void ta_elf_load_dependency(struct ta_elf *elf, bool is_32bit);
150 TEE_Result ta_elf_set_init_fini_info_compat(bool is_32bit);
151 TEE_Result ta_elf_set_elf_phdr_info(bool is_32bit);
H A Dmain.c39 EMSG_RAW(" arch: %s", elf->is_32bit ? "arm" : "aarch64"); in dump_ta_state()
41 EMSG_RAW(" arch: %s", elf->is_32bit ? "riscv32" : "riscv64"); in dump_ta_state()
48 if (arg->is_32bit) in dump_ta_state()
160 ta_elf_load_main(&arg->uuid, &arg->is_32bit, &arg->stack_ptr, in ldelf()
169 ta_elf_load_dependency(elf, arg->is_32bit); in ldelf()
H A Dta_elf.c124 elf->is_32bit = true; in e32_parse_ehdr()
149 elf->is_32bit = false; in e64_parse_ehdr()
187 elf->is_32bit = false; in e64_parse_ehdr()
221 if (elf->is_32bit) { in read_dyn()
290 if (elf->is_32bit) in check_gnu_hashtab()
306 if (elf->is_32bit) { in save_hashtab()
358 if (elf->is_32bit) in save_soname_from_segment()
386 if (elf->is_32bit) { in save_soname()
459 if (elf->is_32bit) { in save_symtab()
565 if (elf->is_32bit) { in parse_load_segments()
[all …]
H A Dta_elf_rel.c114 if (elf->is_32bit) { in check_found_sym()
150 if (elf->is_32bit) { in resolve_sym_helper()
741 if (elf->is_32bit) { in ta_elf_relocate()
/optee_os/core/kernel/
H A Dldelf_loader.c26 static const bool is_32bit = true; variable
28 static const bool is_32bit; variable
63 uctx->is_32bit = is_32bit; in ldelf_load_ldelf()
140 is_32bit, &panicked, &panic_code); in ldelf_init_with_ldelf()
171 uctx->is_32bit = arg_bbuf->is_32bit; in ldelf_init_with_ldelf()
240 arg->is_32bit = uctx->is_32bit; in ldelf_dump_state()
260 if (uctx->is_32bit) { in ldelf_dump_state()
[all...]
H A Duser_ta.c187 utc->uctx.entry_func, utc->uctx.is_32bit, in user_ta_enter()
/optee_os/ldelf/include/
H A Dldelf.h33 uint32_t is_32bit; member
70 bool is_32bit; member
/optee_os/core/include/kernel/
H A Duser_mode_ctx_struct.h53 bool is_32bit; member
H A Dthread.h191 unsigned long entry_func, bool is_32bit,
/optee_os/core/arch/arm/kernel/
H A Darch_scall.c127 utc->uctx.is_32bit ? in scall_save_panic_stack()
140 if (utc->uctx.is_32bit) in scall_save_panic_stack()
H 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()
1005 unsigned long entry_func, bool is_32bit, in thread_enter_user_mode() argument
1019 if (!get_spsr(is_32bit, entry_func, &spsr)) { in thread_enter_user_mode()
H A Dsecure_partition.c594 uctx->is_32bit = false; in load_binary_sp()
/optee_os/core/arch/riscv/kernel/
H A Dthread_arch.c524 bool is_32bit __unused, in thread_enter_user_mode()