Home
last modified time | relevance | path

Searched refs:tlb_context_cache (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/sparc/include/asm/
Dmmu_64.h57 (!(((__ctx.sparc64_ctx_val) ^ tlb_context_cache) & CTX_VERSION_MASK))
Dmmu_context_64.h17 extern unsigned long tlb_context_cache;
/linux-4.1.27/arch/sparc/mm/
Dinit_64.c668 unsigned long tlb_context_cache = CTX_FIRST_VERSION - 1; variable
691 ctx = (tlb_context_cache + 1) & CTX_NR_MASK; in get_new_mmu_context()
698 new_ctx = (tlb_context_cache & CTX_VERSION_MASK) + in get_new_mmu_context()
721 new_ctx |= (tlb_context_cache & CTX_VERSION_MASK); in get_new_mmu_context()
723 tlb_context_cache = new_ctx; in get_new_mmu_context()