Home
last modified time | relevance | path

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

/linux-6.1.9/arch/sparc/include/asm/
Dmmu_64.h58 (!(((__ctx.sparc64_ctx_val) ^ tlb_context_cache) & CTX_VERSION_MASK))
Dmmu_context_64.h20 extern unsigned long tlb_context_cache;
/linux-6.1.9/arch/sparc/mm/
Dinit_64.c746 unsigned long tlb_context_cache = CTX_FIRST_VERSION; variable
754 unsigned long old_ver = tlb_context_cache & CTX_VERSION_MASK; in mmu_context_wrap()
764 new_ver = (tlb_context_cache & CTX_VERSION_MASK) + CTX_FIRST_VERSION; in mmu_context_wrap()
767 tlb_context_cache = new_ver; in mmu_context_wrap()
820 ctx = (tlb_context_cache + 1) & CTX_NR_MASK; in get_new_mmu_context()
832 new_ctx |= (tlb_context_cache & CTX_VERSION_MASK); in get_new_mmu_context()
833 tlb_context_cache = new_ctx; in get_new_mmu_context()