Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/arch/sparc/mm/
Dinit_64.c658 unsigned long tlb_context_cache = CTX_FIRST_VERSION - 1; variable
681 ctx = (tlb_context_cache + 1) & CTX_NR_MASK; in get_new_mmu_context()
688 new_ctx = (tlb_context_cache & CTX_VERSION_MASK) + in get_new_mmu_context()
711 new_ctx |= (tlb_context_cache & CTX_VERSION_MASK); in get_new_mmu_context()
713 tlb_context_cache = new_ctx; in get_new_mmu_context()