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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dmmu_context.h34 extern unsigned long asid_cache;
69 if (! (++asid_cache & ASID_MASK) ) {
71 asid_cache += ASID_USER_FIRST;
73 mm->context = asid_cache;
112 unsigned long asid = asid_cache;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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.h78 unsigned long asid_cache; member in struct:sh_cpuinfo
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dcpu-info.h43 unsigned int asid_cache; member in struct:cpuinfo_mips
H A Dmmu_context.h103 #define asid_cache(cpu) (cpu_data[cpu].asid_cache) macro
121 unsigned long asid = asid_cache(cpu);
130 cpu_context(cpu, mm) = asid_cache(cpu) = asid;
170 if ((cpu_context(cpu, next) ^ asid_cache(cpu)) & ASID_VERSION_MASK)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/mm/
H A Dtlb-score.c35 unsigned long asid_cache = ASID_FIRST_VERSION; variable
36 EXPORT_SYMBOL(asid_cache); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/mm/
H A Dfault.c25 unsigned long asid_cache = ASID_USER_FIRST; variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/
H A Dinit.c341 current_cpu_data.asid_cache = NO_CONTEXT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dsmtc.c1390 asid = asid_cache(cpu);
1429 cpu_context(i, mm) = asid_cache(i) = asid;
H A Dtraps.c1744 cpu_data[cpu].asid_cache = ASID_FIRST_VERSION;

Completed in 117 milliseconds