Searched defs:is_32bit (Results 1 – 5 of 5) sorted by relevance
/optee_os/core/include/kernel/ |
A D | user_mode_ctx_struct.h | 45 bool is_32bit; member
|
/optee_os/ldelf/ |
A D | ta_elf.c | 1203 void ta_elf_load_main(const TEE_UUID *uuid, uint32_t *is_32bit, uint64_t *sp, in ta_elf_load_main() 1251 void ta_elf_load_dependency(struct ta_elf *elf, bool is_32bit) in ta_elf_load_dependency() 1689 static TEE_Result realloc_ifs(vaddr_t va, size_t cnt, bool is_32bit) in realloc_ifs() 1726 static void fill_ifs(vaddr_t va, size_t idx, struct ta_elf *elf, bool is_32bit) in fill_ifs() 1778 TEE_Result ta_elf_set_init_fini_info_compat(bool is_32bit) in ta_elf_set_init_fini_info_compat() 1825 static TEE_Result realloc_elf_phdr_info(vaddr_t va, size_t cnt, bool is_32bit) in realloc_elf_phdr_info() 1863 bool is_32bit) in fill_elf_phdr_info() 1904 TEE_Result ta_elf_set_elf_phdr_info(bool is_32bit) in ta_elf_set_elf_phdr_info()
|
A D | ta_elf.h | 30 bool is_32bit; /* Initialized from Elf32_Ehdr/Elf64_Ehdr */ member
|
/optee_os/ldelf/include/ |
A D | ldelf.h | 32 uint32_t is_32bit; 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() 1418 static bool get_spsr(bool is_32bit, unsigned long entry_func, uint32_t *spsr) in get_spsr() 1471 unsigned long entry_func, bool is_32bit, in thread_enter_user_mode()
|
Completed in 12 milliseconds