Home
last modified time | relevance | path

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

/arch/microblaze/mm/
Dmmu_context.c33 mm_context_t next_mmu_context; variable
48 next_mmu_context = FIRST_CONTEXT; in mmu_context_init()
65 if (next_mmu_context < FIRST_CONTEXT) in steal_context()
66 next_mmu_context = FIRST_CONTEXT; in steal_context()
67 mm = context_mm[next_mmu_context]; in steal_context()
/arch/powerpc/mm/
Dmmu_context_hash32.c61 static unsigned long next_mmu_context; variable
66 unsigned long ctx = next_mmu_context; in __init_new_context()
73 next_mmu_context = (ctx + 1) & LAST_CONTEXT; in __init_new_context()
118 next_mmu_context = FIRST_CONTEXT; in mmu_context_init()
/arch/m68k/mm/
Dmcfmmu.c26 mm_context_t next_mmu_context; variable
166 next_mmu_context = FIRST_CONTEXT; in mmu_context_init()
189 if (next_mmu_context < FIRST_CONTEXT) in steal_context()
190 next_mmu_context = FIRST_CONTEXT; in steal_context()
191 mm = context_mm[next_mmu_context]; in steal_context()
/arch/microblaze/include/asm/
Dmmu_context_mm.h67 extern mm_context_t next_mmu_context;
89 ctx = next_mmu_context; in get_mmu_context()
95 next_mmu_context = (ctx + 1) & LAST_CONTEXT; in get_mmu_context()
/arch/m68k/include/asm/
Dmmu_context.h24 extern mm_context_t next_mmu_context;
40 ctx = next_mmu_context; in get_mmu_context()
46 next_mmu_context = (ctx + 1) & LAST_CONTEXT; in get_mmu_context()