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

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

Completed in 163 milliseconds