Home
last modified time | relevance | path

Searched refs:MTE_GRANULE_SIZE (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/arch/arm64/include/asm/
Dmte.h8 #define MTE_GRANULE_SIZE UL(16) macro
9 #define MTE_GRANULE_MASK (~(MTE_GRANULE_SIZE - 1))
/Linux-v5.10/arch/arm64/lib/
Dmte.S72 stg x4, [x0], #MTE_GRANULE_SIZE
99 add x1, x1, #MTE_GRANULE_SIZE
/Linux-v5.10/arch/arm64/kernel/
Dmte.c249 tags = min(len, (PAGE_SIZE - offset) / MTE_GRANULE_SIZE); in __access_remote_tags()
266 addr += tags * MTE_GRANULE_SIZE; in __access_remote_tags()