Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/arm64/mte/
H A Dmte_def.h46 #define MT_ALIGN_GRANULE (MT_GRANULE_SIZE - 1) macro
50 #define MT_ALIGN_UP(x) ((x + MT_ALIGN_GRANULE) & ~(MT_ALIGN_GRANULE))
H A Dmte_common_util.c102 if (!ptr || (unsigned long)(ptr) & MT_ALIGN_GRANULE) { in mte_insert_tags()
114 if (!ptr || (unsigned long)(ptr) & MT_ALIGN_GRANULE) { in mte_clear_tags()