Searched refs:mmu_context_cache (Results 1 – 6 of 6) sorted by relevance
35 extern unsigned long mmu_context_cache;43 unsigned long mc = mmu_context_cache; in get_mmu_context()50 mc = ++mmu_context_cache; in get_mmu_context()62 mmu_context_cache = mc = MMU_CONTEXT_FIRST_VERSION; in get_mmu_context()137 if (mmu_context_cache == NO_CONTEXT) in enable_mmu()138 mmu_context_cache = MMU_CONTEXT_FIRST_VERSION; in enable_mmu()140 set_asid(mmu_context_cache & MMU_CONTEXT_ASID_MASK); in enable_mmu()
25 #define mmu_context_cache mmu_context_cache_dat macro29 #define mmu_context_cache mmu_context_cache_dat[smp_processor_id()] macro41 unsigned long mc = ++mmu_context_cache; in get_new_mmu_context()50 mmu_context_cache = mc = MMU_CONTEXT_FIRST_VERSION; in get_new_mmu_context()61 unsigned long mc = mmu_context_cache; in get_mmu_context()
56 extern unsigned long mmu_context_cache[NR_CPUS];65 unsigned long *pmc = &mmu_context_cache[smp_processor_id()]; in allocate_mmu_context()90 cache = mmu_context_cache[smp_processor_id()]; in get_mmu_context()
20 unsigned long mmu_context_cache[NR_CPUS] = { variable
36 unsigned long mmu_context_cache = NO_CONTEXT; variable
546 mmu_context_cache = MMU_CONTEXT_FIRST_VERSION; in init_mmu()547 set_asid(mmu_context_cache & MMU_CONTEXT_ASID_MASK); in init_mmu()