Searched refs:ASID_VERSION_MASK (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/include/asm/
H A Dmmu_context.h33 #define ASID_VERSION_MASK 0xfffff000 macro
78 if ((next->context ^ asid_cache) & ASID_VERSION_MASK)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dmmu_context.h113 #define ASID_VERSION_MASK ((unsigned long)~(ASID_MASK|(ASID_MASK-1))) macro
114 #define ASID_FIRST_VERSION ((unsigned long)(~ASID_VERSION_MASK) + 1)
170 if ((cpu_context(cpu, next) ^ asid_cache(cpu)) & ASID_VERSION_MASK)

Completed in 162 milliseconds