Home
last modified time | relevance | path

Searched defs:ASID_MASK (Results 1 – 4 of 4) sorted by relevance

/arch/arm/include/asm/
Dmmu.h22 #define ASID_MASK ((~0ULL) << ASID_BITS) macro
/arch/score/include/asm/
Dmmu_context.h43 #define ASID_MASK 0xff0 macro
/arch/xtensa/include/asm/
Dmmu_context.h51 #define ASID_MASK ((1 << XCHAL_MMU_ASID_BITS) - 1) macro
/arch/arm64/mm/
Dcontext.c40 #define ASID_MASK (~GENMASK(asid_bits - 1, 0)) macro