Home
last modified time | relevance | path

Searched refs:mmu_context_cache (Results 1 – 6 of 6) sorted by relevance

/arch/avr32/include/asm/
Dmmu_context.h35 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()
/arch/m32r/include/asm/
Dmmu_context.h25 #define mmu_context_cache mmu_context_cache_dat macro
29 #define mmu_context_cache mmu_context_cache_dat[smp_processor_id()] macro
41 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()
/arch/mn10300/include/asm/
Dmmu_context.h56 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()
/arch/mn10300/mm/
Dmmu-context.c20 unsigned long mmu_context_cache[NR_CPUS] = { variable
/arch/avr32/mm/
Dinit.c36 unsigned long mmu_context_cache = NO_CONTEXT; variable
/arch/m32r/mm/
Dfault.c546 mmu_context_cache = MMU_CONTEXT_FIRST_VERSION; in init_mmu()
547 set_asid(mmu_context_cache & MMU_CONTEXT_ASID_MASK); in init_mmu()