Searched defs:is_32bit (Results 1 – 5 of 5) sorted by relevance
/optee_os-3.20.0/core/include/kernel/ |
A D | user_mode_ctx_struct.h | 50 bool is_32bit; member
|
/optee_os-3.20.0/ldelf/ |
A D | ta_elf.c | 1250 void ta_elf_load_main(const TEE_UUID *uuid, uint32_t *is_32bit, uint64_t *sp, in ta_elf_load_main() 1298 void ta_elf_load_dependency(struct ta_elf *elf, bool is_32bit) in ta_elf_load_dependency() 1736 static TEE_Result realloc_ifs(vaddr_t va, size_t cnt, bool is_32bit) in realloc_ifs() 1773 static void fill_ifs(vaddr_t va, size_t idx, struct ta_elf *elf, bool is_32bit) in fill_ifs() 1825 TEE_Result ta_elf_set_init_fini_info_compat(bool is_32bit) in ta_elf_set_init_fini_info_compat() 1872 static TEE_Result realloc_elf_phdr_info(vaddr_t va, size_t cnt, bool is_32bit) in realloc_elf_phdr_info() 1910 bool is_32bit) in fill_elf_phdr_info() 1951 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-3.20.0/core/arch/arm/kernel/ |
A D | thread.c | 908 static bool get_spsr(bool is_32bit, unsigned long entry_func, uint32_t *spsr) in get_spsr() 926 static bool get_spsr(bool is_32bit, unsigned long entry_func, uint32_t *spsr) in get_spsr() 998 unsigned long entry_func, bool is_32bit, in thread_enter_user_mode()
|
/optee_os-3.20.0/ldelf/include/ |
A D | ldelf.h | 32 uint32_t is_32bit; member
|
Completed in 11 milliseconds