Searched refs:MEM_TYPE_ZEROED (Results 1 – 1 of 1) sorted by relevance
19 #define MEM_TYPE_ZEROED BIT(0) /* Buffer filled with 0's */ macro67 if (type & MEM_TYPE_ZEROED) in mem_alloc()120 return mem_alloc(size, MEM_TYPE_ZEROED); in caam_calloc()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()152 return mem_alloc_buf(buf, size, MEM_TYPE_ZEROED); in caam_calloc_buf()157 return mem_alloc_buf(buf, size, MEM_TYPE_ZEROED | MEM_TYPE_ALIGN); in caam_calloc_align_buf()