Searched refs:MTE_GRANULE_SIZE (Results 1 – 5 of 5) sorted by relevance
8 #define MTE_GRANULE_SIZE UL(16) macro 9 #define MTE_GRANULE_MASK (~(MTE_GRANULE_SIZE - 1))10 #define MTE_GRANULES_PER_PAGE (PAGE_SIZE / MTE_GRANULE_SIZE)
59 2: stz2g x0, [x0], #(MTE_GRANULE_SIZE * 2)98 stg x4, [x0], #MTE_GRANULE_SIZE125 add x1, x1, #MTE_GRANULE_SIZE
47 * When KASAN_HW_TAGS is in use, memory is checked at MTE_GRANULE_SIZE52 #define MIN_PAGE_SIZE MTE_GRANULE_SIZE
467 tags = min(len, (PAGE_SIZE - offset) / MTE_GRANULE_SIZE); in __access_remote_tags() 484 addr += tags * MTE_GRANULE_SIZE; in __access_remote_tags() 621 uaddr = PTR_ALIGN(uaddr, MTE_GRANULE_SIZE); in mte_probe_user_range() 628 uaddr += MTE_GRANULE_SIZE; in mte_probe_user_range()
135 #define KASAN_GRANULE_SIZE MTE_GRANULE_SIZE