Searched refs:MMU_CONTEXT_VERSION_MASK (Results 1 – 1 of 1) sorted by relevance
30 #define MMU_CONTEXT_VERSION_MASK (~0UL & ~MMU_CONTEXT_ASID_MASK) macro60 if (((cpu_context(cpu, mm) ^ asid) & MMU_CONTEXT_VERSION_MASK) == 0) in get_mmu_context()