| /optee_os/lib/libutils/isoc/include/ |
| H A D | malloc.h | 42 #define malloc_flags(flags, ptr, align, size) \ argument 48 #define memalign(align, size) __mdbg_alloc(MAF_NULL, NULL, (align), 1, \ argument 52 #define aligned_alloc(align, size) \ argument 101 #define nex_memalign(align, size) __mdbg_alloc(MAF_NEX, NULL, (align), 1, \ argument
|
| /optee_os/core/mm/ |
| H A D | boot_mem.c | 61 static void *mem_alloc_tmp(struct boot_mem_desc *desc, size_t len, size_t align) in mem_alloc_tmp() 102 static void *mem_alloc(struct boot_mem_desc *desc, size_t len, size_t align) in mem_alloc() 234 void *boot_mem_alloc(size_t len, size_t align) in boot_mem_alloc() 239 void *boot_mem_alloc_tmp(size_t len, size_t align) in boot_mem_alloc_tmp()
|
| H A D | vm.c | 238 size_t align) in umap_add_region() 297 size_t align) in vm_map_pad()
|
| /optee_os/lib/libutils/isoc/ |
| H A D | bget.c | 580 static bufsize buf_get_pos(struct bfhead *bf, bufsize align, bufsize hdr_size, in buf_get_pos() 658 bufsize align = requested_align; local 892 void *bgetz(align, hdr_size, size, poolset) in bgetz() argument 925 void *bgetr(buf, align, hdr_size, size, poolset) in bgetr() argument 1685 bufsize align = 0; in bget_main_test() local
|
| /optee_os/core/pta/tests/ |
| H A D | transfer_list.c | 29 const void *data, uint8_t align, in test_add_te()
|
| /optee_os/core/kernel/ |
| H A D | transfer_list.c | 129 int align = TL_ALIGNMENT_FROM_ORDER(TRANSFER_LIST_INIT_MAX_ALIGN); in transfer_list_init() local
|
| /optee_os/core/drivers/crypto/caam/utils/ |
| H A D | utils_dmaobj.c | 1221 size_t align) in caam_dmaobj_sgtbuf_inout_build() 1273 size_t off, size_t align) in caam_dmaobj_sgtbuf_build()
|
| /optee_os/ldelf/ |
| H A D | ta_elf.h | 22 size_t align; member
|
| H A D | ta_elf.c | 541 size_t filesz, size_t memsz, size_t flags, size_t align) in add_segment() 632 size_t align = 0; in adjust_segments() local 939 size_t align = elf->prop_align; in parse_property_segment() local
|
| /optee_os/core/arch/riscv/kernel/ |
| H A D | thread_optee_abi.c | 659 static struct mobj *thread_rpc_alloc(size_t size, size_t align, unsigned int bt) in thread_rpc_alloc()
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | thread_optee_smc.c | 658 static struct mobj *thread_rpc_alloc(size_t size, size_t align, unsigned int bt) in thread_rpc_alloc()
|
| H A D | thread_spmc.c | 2254 static struct mobj *thread_rpc_alloc(size_t size, size_t align, unsigned int bt) in thread_rpc_alloc() argument
|
| /optee_os/ta/pkcs11/src/ |
| H A D | processing_symm.c | 1138 uint32_t align = 0; in wrap_data_by_symm_enc() local
|
| /optee_os/core/drivers/crypto/stm32/ |
| H A D | stm32_hash.c | 623 size_t align = 0; in stm32_hash_update() local
|