Searched refs:MTE_GRANULE_SIZE (Results 1 – 6 of 6) sorted by relevance
8 #define MTE_GRANULE_SIZE UL(16) macro9 #define MTE_GRANULE_MASK (~(MTE_GRANULE_SIZE - 1))10 #define MTE_GRANULES_PER_PAGE (PAGE_SIZE / MTE_GRANULE_SIZE)
55 #define ARCH_SLAB_MINALIGN MTE_GRANULE_SIZE
92 stg x4, [x0], #MTE_GRANULE_SIZE119 add x1, x1, #MTE_GRANULE_SIZE
52 #define MIN_PAGE_SIZE MTE_GRANULE_SIZE
373 tags = min(len, (PAGE_SIZE - offset) / MTE_GRANULE_SIZE); in __access_remote_tags()390 addr += tags * MTE_GRANULE_SIZE; in __access_remote_tags()
62 #define KASAN_GRANULE_SIZE MTE_GRANULE_SIZE
Completed in 8 milliseconds