Home
last modified time | relevance | path

Searched refs:MTE_GRANULE_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/arm64/include/asm/
H A Dmte-def.h9 #define MTE_GRANULE_MASK (~(MTE_GRANULE_SIZE - 1)) macro
/openbmc/linux/arch/arm64/kernel/
H A Dmte.c515 addr &= MTE_GRANULE_MASK; in mte_ptrace_copy_tags()