Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sparc/mm/
Dinit_64.c783 unsigned long new_ver, new_ctx, old_ctx; in mmu_context_wrap() local
792 new_ver = (tlb_context_cache & CTX_VERSION_MASK) + CTX_FIRST_VERSION; in mmu_context_wrap()
793 if (unlikely(new_ver == 0)) in mmu_context_wrap()
794 new_ver = CTX_FIRST_VERSION; in mmu_context_wrap()
795 tlb_context_cache = new_ver; in mmu_context_wrap()
820 new_ctx = (old_ctx & ~CTX_VERSION_MASK) | new_ver; in mmu_context_wrap()