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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Dmmu_context.h93 struct mm_struct *next_mm)
95 next_mm->context = virt_to_phys(next_mm->pgd);
98 switch_mm_0230(next_mm);
100 switch_mm_0460(next_mm);
144 struct mm_struct *next_mm)
146 activate_context(next_mm);
92 activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm) argument
143 activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Dmmu_context.h93 struct mm_struct *next_mm)
95 next_mm->context = virt_to_phys(next_mm->pgd);
98 switch_mm_0230(next_mm);
100 switch_mm_0460(next_mm);
144 struct mm_struct *next_mm)
146 activate_context(next_mm);
92 activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm) argument
143 activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm) argument
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-alpha/
H A Dmmu_context.h131 ev5_switch_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm, argument
143 mmc = next_mm->context[cpu];
145 mmc = __get_new_mm_context(next_mm, cpu);
146 next_mm->context[cpu] = mmc;
160 ev4_switch_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm, argument
171 if (prev_mm != next_mm)
176 ev5_switch_mm(prev_mm, next_mm, next, cpu);
199 ev5_activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm) argument
201 __load_new_mm_context(next_mm);
205 ev4_activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-alpha/
H A Dmmu_context.h131 ev5_switch_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm, argument
143 mmc = next_mm->context[cpu];
145 mmc = __get_new_mm_context(next_mm, cpu);
146 next_mm->context[cpu] = mmc;
160 ev4_switch_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm, argument
171 if (prev_mm != next_mm)
176 ev5_switch_mm(prev_mm, next_mm, next, cpu);
199 ev5_activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm) argument
201 __load_new_mm_context(next_mm);
205 ev4_activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/mm/
H A Dfault.c43 __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;
51 = ((unsigned long) next_mm->pgd - IDENT_ADDR) >> PAGE_SHIFT;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Dmmu_context.h121 #define switch_mm(prev_mm,next_mm,next_task,cpu) activate_mm(prev_mm, next_mm)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Dmmu_context.h121 #define switch_mm(prev_mm,next_mm,next_task,cpu) activate_mm(prev_mm, next_mm)

Completed in 99 milliseconds