Home
last modified time | relevance | path

Searched refs:MEM_TYPE_ALIGN (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/drivers/crypto/caam/utils/
H A Dutils_mem.c20 #define MEM_TYPE_ALIGN BIT(1) /* Address and size aligned on a cache line */ macro
47 if (type & MEM_TYPE_ALIGN) { in mem_alloc()
125 return mem_alloc(size, MEM_TYPE_ZEROED | MEM_TYPE_ALIGN); in caam_calloc_align()
136 MEM_TYPE_ZEROED | MEM_TYPE_ALIGN); in caam_calloc_desc()
157 return mem_alloc_buf(buf, size, MEM_TYPE_ZEROED | MEM_TYPE_ALIGN); in caam_calloc_align_buf()
162 return mem_alloc_buf(buf, size, MEM_TYPE_ALIGN); in caam_alloc_align_buf()