Searched refs:MTE_GRANULE_SIZE (Results 1 – 2 of 2) sorted by relevance
26 #define MTE_GRANULE_SIZE 16 macro60 return (void *) (((uintptr_t) p + MTE_GRANULE_SIZE - 1) in alignup_mte()61 & ~(MTE_GRANULE_SIZE - 1)); in alignup_mte()67 return (void *) ((uintptr_t) p & ~(MTE_GRANULE_SIZE - 1)); in aligndown_mte()82 for (; ptr < end; ptr += MTE_GRANULE_SIZE) in tag_buffer_helper()
17 static const unsigned MTE_GRANULE_SIZE = 16; variable39 return MTE_GRANULE_SIZE; in GetGranuleSize()