Searched refs:MEM_TYPE_ALIGN (Results 1 – 1 of 1) sorted by relevance
20 #define MEM_TYPE_ALIGN BIT(1) /* Address and size aligned on a cache line */ macro47 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()