Home
last modified time | relevance | path

Searched defs:align (Results 1 – 14 of 14) sorted by relevance

/optee_os/lib/libutils/isoc/include/
H A Dmalloc.h42 #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 Dboot_mem.c61 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 Dvm.c238 size_t align) in umap_add_region()
297 size_t align) in vm_map_pad()
/optee_os/lib/libutils/isoc/
H A Dbget.c580 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 Dtransfer_list.c29 const void *data, uint8_t align, in test_add_te()
/optee_os/core/kernel/
H A Dtransfer_list.c129 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 Dutils_dmaobj.c1221 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 Dta_elf.h22 size_t align; member
H A Dta_elf.c541 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 Dthread_optee_abi.c659 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 Dthread_optee_smc.c658 static struct mobj *thread_rpc_alloc(size_t size, size_t align, unsigned int bt) in thread_rpc_alloc()
H A Dthread_spmc.c2254 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 Dprocessing_symm.c1138 uint32_t align = 0; in wrap_data_by_symm_enc() local
/optee_os/core/drivers/crypto/stm32/
H A Dstm32_hash.c623 size_t align = 0; in stm32_hash_update() local