Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/arm64/mte/
H A Dmte_def.h50 #define MT_ALIGN_UP(x) ((x + MT_ALIGN_GRANULE) & ~(MT_ALIGN_GRANULE)) macro
H A Dmte_common_util.c106 align_size = MT_ALIGN_UP(size); in mte_insert_tags()
118 size = MT_ALIGN_UP(size); in mte_clear_tags()
H A Dcheck_buffer_fill.c176 tagged_size = MT_ALIGN_UP(sizes[i]); in check_buffer_overflow_by_byte()