Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-mips/
Dmmu_context.h36 #define asid_cache(cpu) (cpu_data[cpu].asid_cache) macro
69 unsigned long asid = asid_cache(cpu); in get_new_mmu_context()
77 cpu_context(cpu, mm) = asid_cache(cpu) = asid; in get_new_mmu_context()
102 if ((cpu_context(cpu, next) ^ asid_cache(cpu)) & ASID_VERSION_MASK) in switch_mm()
Dprocessor.h58 unsigned long asid_cache; member
/linux-2.4.37.9/include/asm-mips64/
Dmmu_context.h36 #define asid_cache(cpu) (cpu_data[cpu].asid_cache) macro
69 unsigned long asid = asid_cache(cpu); in get_new_mmu_context()
77 cpu_context(cpu, mm) = asid_cache(cpu) = asid; in get_new_mmu_context()
102 if ((cpu_context(cpu, next) ^ asid_cache(cpu)) & ASID_VERSION_MASK) in switch_mm()
Dprocessor.h73 unsigned long asid_cache; member
/linux-2.4.37.9/arch/mips/pmc-sierra/yosemite/
Dsmp.c117 cpu_data[0].asid_cache = ASID_FIRST_VERSION; in smp_boot_cpus()
/linux-2.4.37.9/arch/mips/sibyte/sb1250/
Dsmp.c129 cpu_data[0].asid_cache = ASID_FIRST_VERSION; in smp_boot_cpus()
/linux-2.4.37.9/arch/mips/kernel/
Dtraps.c904 cpu_data[cpu].asid_cache = ASID_FIRST_VERSION; in per_cpu_trap_init()
1027 current_cpu_data.asid_cache = ASID_FIRST_VERSION; in trap_init()
/linux-2.4.37.9/arch/mips64/kernel/
Dtraps.c827 cpu_data[cpu].asid_cache = ASID_FIRST_VERSION; in per_cpu_trap_init()