Searched refs:MMU_CONTEXT_VERSION_MASK (Results 1 – 4 of 4) sorted by relevance
25 #define MMU_CONTEXT_VERSION_MASK 0xffffff00 macro45 if (((mm->context ^ mc) & MMU_CONTEXT_VERSION_MASK) == 0) in get_mmu_context()
32 #define MMU_CONTEXT_VERSION_MASK 0xffffff00UL macro94 if ((mc ^ cache) & MMU_CONTEXT_VERSION_MASK) in get_mmu_context()
28 #define MMU_CONTEXT_VERSION_MASK (~0UL & ~MMU_CONTEXT_ASID_MASK) macro62 if (((cpu_context(cpu, mm) ^ asid) & MMU_CONTEXT_VERSION_MASK) == 0) in get_mmu_context()
8 #define MMU_CONTEXT_VERSION_MASK (0xFFFFFF00) macro65 if ((mm_context(mm) ^ mc) & MMU_CONTEXT_VERSION_MASK) in get_mmu_context()