Searched refs:is_32bit (Results 1 – 11 of 11) sorted by relevance
/optee_os-3.20.0/ldelf/ |
A D | ta_elf.h | 30 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 D | ta_elf.c | 117 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 D | main.c | 37 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 D | ta_elf_rel.c | 114 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 D | user_mode_ctx_struct.h | 50 bool is_32bit; member
|
A D | thread.h | 181 unsigned long entry_func, bool is_32bit,
|
/optee_os-3.20.0/ldelf/include/ |
A D | ldelf.h | 32 uint32_t is_32bit; member
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | ldelf_loader.c | 61 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 D | thread.c | 908 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 D | arch_svc.c | 434 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 D | user_ta.c | 168 utc->uctx.entry_func, utc->uctx.is_32bit, in user_ta_enter()
|
Completed in 25 milliseconds