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

/linux-master/arch/microblaze/mm/
H A Dmmu_context.c31 struct mm_struct *context_mm[LAST_CONTEXT+1]; variable in typeref:struct:mm_struct
62 mm = context_mm[next_mmu_context];
/linux-master/arch/powerpc/mm/nohash/
H A Dmmu_context.c75 static struct mm_struct **context_mm; variable in typeref:struct:mm_struct
107 mm = context_mm[id];
157 mm = context_mm[id];
162 context_mm[id] = NULL;
188 mm = context_mm[id];
286 context_mm[id] = next;
344 context_mm[id] = NULL;
395 context_mm = memblock_alloc(sizeof(void *) * (LAST_CONTEXT + 1),
397 if (!context_mm)
/linux-master/arch/microblaze/include/asm/
H A Dmmu_context_mm.h71 extern struct mm_struct *context_mm[LAST_CONTEXT+1];
93 context_mm[ctx] = mm;
/linux-master/arch/m68k/include/asm/
H A Dmmu_context.h25 extern struct mm_struct *context_mm[LAST_CONTEXT+1];
46 context_mm[ctx] = mm;
/linux-master/arch/m68k/mm/
H A Dmcfmmu.c30 struct mm_struct *context_mm[LAST_CONTEXT+1]; variable in typeref:struct:mm_struct
222 mm = context_mm[next_mmu_context];

Completed in 123 milliseconds