Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm64/mm/
Dcontext.c40 #define ASID_FIRST_VERSION (1UL << asid_bits) macro
/linux-4.4.14/arch/score/include/asm/
Dmmu_context.h34 #define ASID_FIRST_VERSION 0x1000 macro
/linux-4.4.14/arch/arm/mm/
Dcontext.c42 #define ASID_FIRST_VERSION (1ULL << ASID_BITS) macro
/linux-4.4.14/arch/mips/include/asm/
Dmmu_context.h98 #define ASID_FIRST_VERSION ((unsigned long)(~ASID_VERSION_MASK) + 1) macro