Home
last modified time | relevance | path

Searched refs:MMU_CONTEXT_TLBPID_MASK (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/mn10300/include/asm/
Dmmu_context.h31 #define MMU_CONTEXT_TLBPID_MASK 0x000000ffUL macro
68 if (!(mc & MMU_CONTEXT_TLBPID_MASK)) { in allocate_mmu_context()
119 PIDR = get_mmu_context(mm) & MMU_CONTEXT_TLBPID_MASK; in activate_context()
/linux-4.4.14/arch/mn10300/mm/
Dmmu-context.c49 pteu |= cnx & MMU_CONTEXT_TLBPID_MASK; in update_mmu_cache()