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

/arch/score/include/asm/
H A Dmmu_context.h18 extern unsigned long asid_cache;
49 unsigned long asid = asid_cache + ASID_INC;
58 asid_cache = asid;
78 if ((next->context ^ asid_cache) & ASID_VERSION_MASK)
/arch/sh/include/asm/
H A Dmmu_context.h35 #define asid_cache(cpu) (cpu_data[cpu].asid_cache) macro
59 unsigned long asid = asid_cache(cpu);
90 cpu_context(cpu, mm) = asid_cache(cpu) = asid;
164 if (asid_cache(cpu) == NO_CONTEXT)
165 asid_cache(cpu) = MMU_CONTEXT_FIRST_VERSION;
167 set_asid(asid_cache(cpu) & MMU_CONTEXT_ASID_MASK);
H A Dprocessor.h79 unsigned long asid_cache; member in struct:sh_cpuinfo
/arch/mips/include/asm/
H A Dmmu_context.h88 #define asid_cache(cpu) (cpu_data[cpu].asid_cache) macro
106 unsigned long asid = asid_cache(cpu);
120 cpu_context(cpu, mm) = asid_cache(cpu) = asid;
146 if ((cpu_context(cpu, next) ^ asid_cache(cpu)) & ASID_VERSION_MASK)
H A Dcpu-info.h42 unsigned long asid_cache; member in struct:cpuinfo_mips
/arch/arc/include/asm/
H A Dmmu_context.h53 DECLARE_PER_CPU(unsigned int, asid_cache);
54 #define asid_cpu(cpu) per_cpu(asid_cache, cpu)
/arch/xtensa/include/asm/
H A Dmmu_context.h33 DECLARE_PER_CPU(unsigned long, asid_cache);
34 #define cpu_asid_cache(cpu) per_cpu(asid_cache, cpu)
/arch/score/mm/
H A Dtlb-score.c35 unsigned long asid_cache = ASID_FIRST_VERSION; variable
36 EXPORT_SYMBOL(asid_cache); variable
/arch/mips/kvm/
H A Dtlb.c601 unsigned long asid = asid_cache(cpu);
614 cpu_context(cpu, mm) = asid_cache(cpu) = asid;
676 guest_kernel_asid[cpu] ^ asid_cache(cpu)) & ASID_VERSION_MASK)) {
753 if (((cpu_context(cpu, current->mm) ^ asid_cache(cpu)) &
/arch/sh/kernel/cpu/
H A Dinit.c341 current_cpu_data.asid_cache = NO_CONTEXT;
/arch/xtensa/mm/
H A Dfault.c24 DEFINE_PER_CPU(unsigned long, asid_cache) = ASID_USER_FIRST;
/arch/arc/mm/
H A Dtlb.c102 /* A copy of the ASID from the PID reg is kept in asid_cache */
103 DEFINE_PER_CPU(unsigned int, asid_cache) = MM_CTXT_FIRST_CYCLE;
/arch/mips/kernel/
H A Dtraps.c1963 if (!cpu_data[cpu].asid_cache)
1964 cpu_data[cpu].asid_cache = ASID_FIRST_VERSION;

Completed in 321 milliseconds