Home
last modified time | relevance | path

Searched refs:MT_ALIGN_UP (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/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.c102 align_size = MT_ALIGN_UP(size); in mte_insert_tags()
114 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()
/kernel/linux/linux-6.6/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()

Completed in 4 milliseconds