Home
last modified time | relevance | path

Searched refs:context_mm (Results 1 – 5 of 5) sorted by relevance

/arch/powerpc/mm/
Dmmu_context_nohash.c61 static struct mm_struct **context_mm; variable
95 mm = context_mm[id]; in steal_context_smp()
147 mm = context_mm[id]; in steal_all_contexts()
154 context_mm[id] = NULL; in steal_all_contexts()
182 mm = context_mm[id]; in steal_context_up()
208 if (used != (context_mm[id] != NULL)) in context_check_map()
210 id, used ? "used" : "free", context_mm[id]); in context_check_map()
211 if (context_mm[id] != NULL) in context_check_map()
212 nact += context_mm[id]->context.active; in context_check_map()
256 if (context_mm[id] != next) in switch_mmu_context()
[all …]
/arch/microblaze/mm/
Dmmu_context.c36 struct mm_struct *context_mm[LAST_CONTEXT+1]; variable
67 mm = context_mm[next_mmu_context]; in steal_context()
/arch/microblaze/include/asm/
Dmmu_context_mm.h75 extern struct mm_struct *context_mm[LAST_CONTEXT+1];
97 context_mm[ctx] = mm; in get_mmu_context()
/arch/m68k/mm/
Dmcfmmu.c29 struct mm_struct *context_mm[LAST_CONTEXT+1]; variable
191 mm = context_mm[next_mmu_context]; in steal_context()
/arch/m68k/include/asm/
Dmmu_context.h27 extern struct mm_struct *context_mm[LAST_CONTEXT+1];
48 context_mm[ctx] = mm; in get_mmu_context()