Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/mm/
H A Dcontext.c182 u64 ctx, old_active_mmid; in check_switch_mmu_context() local
210 old_active_mmid = READ_ONCE(cpu_data[cpu].asid_cache); in check_switch_mmu_context()
211 if (!old_active_mmid || in check_switch_mmu_context()
213 !cmpxchg_relaxed(&cpu_data[cpu].asid_cache, old_active_mmid, ctx)) { in check_switch_mmu_context()