Searched refs:next_mm (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dmmu_context.h96 struct mm_struct *next_mm)
98 next_mm->context = virt_to_phys(next_mm->pgd);
101 switch_mm_0230(next_mm);
103 switch_mm_0460(next_mm);
149 struct mm_struct *next_mm)
151 activate_context(next_mm);
170 static inline void activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm) argument
95 activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm) argument
148 activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dmmu_context.h133 ev5_switch_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm, argument
146 mmc = next_mm->context[cpu];
148 mmc = __get_new_mm_context(next_mm, cpu);
149 next_mm->context[cpu] = mmc;
163 ev4_switch_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm, argument
174 if (prev_mm != next_mm)
179 ev5_switch_mm(prev_mm, next_mm, next);
202 ev5_activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm) argument
204 __load_new_mm_context(next_mm);
208 ev4_activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dmmu_context.h41 struct mm_struct *next_mm)
40 activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/include/asm/
H A Dmmu_context.h28 struct mm_struct *next_mm)
27 activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dmmu_context.h70 static inline void __switch_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm, argument
76 if (prev_mm == next_mm)
81 set_mask_dcplbs(next_mm->context.page_rwx_mask, cpu);
87 if (!next_mm->context.l1_stack_save)
89 if (next_mm->context.l1_stack_save == current_l1_stack_save)
94 current_l1_stack_save = next_mm->context.l1_stack_save;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dmmu_context.h122 struct mm_struct *next_mm)
124 switch_mm(prev_mm, next_mm, NULL);
121 activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/mm/
H A Dfault.c42 __load_new_mm_context(struct mm_struct *next_mm) argument
47 mmc = __get_new_mm_context(next_mm, smp_processor_id());
48 next_mm->context[smp_processor_id()] = mmc;
52 pcb->ptbr = ((unsigned long) next_mm->pgd - IDENT_ADDR) >> PAGE_SHIFT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dmmu_context.h195 #define switch_mm(prev_mm,next_mm,next_task) activate_mm(prev_mm, next_mm)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dksm.c1256 next_mm:
1340 goto next_mm;

Completed in 203 milliseconds