Home
last modified time | relevance | path

Searched defs:is_32bit (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/kernel/
H A Dldelf_loader.c26 static const bool is_32bit = true; variable
28 static const bool is_32bit; variable
/optee_os/core/include/kernel/
H A Duser_mode_ctx_struct.h53 bool is_32bit; member
/optee_os/ldelf/
H A Dta_elf.c1266 void ta_elf_load_main(const TEE_UUID *uuid, uint32_t *is_32bit, uint64_t *sp, in ta_elf_load_main()
1316 void ta_elf_load_dependency(struct ta_elf *elf, bool is_32bit) in ta_elf_load_dependency()
1765 static TEE_Result realloc_ifs(vaddr_t va, size_t cnt, bool is_32bit) in realloc_ifs()
1802 static void fill_ifs(vaddr_t va, size_t idx, struct ta_elf *elf, bool is_32bit) in fill_ifs()
1854 TEE_Result ta_elf_set_init_fini_info_compat(bool is_32bit) in ta_elf_set_init_fini_info_compat()
1901 static TEE_Result realloc_elf_phdr_info(vaddr_t va, size_t cnt, bool is_32bit) in realloc_elf_phdr_info()
1939 bool is_32bit) in fill_elf_phdr_info()
1980 TEE_Result ta_elf_set_elf_phdr_info(bool is_32bit) in ta_elf_set_elf_phdr_info()
H A Dta_elf.h31 bool is_32bit; /* Initialized from Elf32_Ehdr/Elf64_Ehdr */ member
/optee_os/ldelf/include/
H A Dldelf.h33 uint32_t is_32bit; member
70 bool is_32bit; member
/optee_os/core/arch/arm/kernel/
H A Dthread.c908 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()
1005 unsigned long entry_func, bool is_32bit, in thread_enter_user_mode()