Home
last modified time | relevance | path

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

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