Home
last modified time | relevance | path

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

/optee_os/core/kernel/
H A Duser_access.c17 #define BB_ALIGNMENT (sizeof(long) * 2) macro
113 static_assert(MEMTAG_GRANULE_SIZE <= BB_ALIGNMENT); in maybe_tag_bb()
139 uctx->bbuf_offs = ROUNDUP(offs, BB_ALIGNMENT); in bb_alloc()
148 if (bb >= bbuf && IS_ALIGNED(bb, BB_ALIGNMENT)) { in bb_free_helper()
157 if (prev_offs + ROUNDUP(len, BB_ALIGNMENT) == uctx->bbuf_offs) in bb_free_helper()