Searched refs:MTE_GRANULE_SIZE (Results 1 – 1 of 1) 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()