change_mm_context   26 include/asm-frv/mmu_context.h extern void change_mm_context(mm_context_t *old, mm_context_t *ctx, pgd_t *_pgd);
change_mm_context   38 include/asm-frv/mmu_context.h 		change_mm_context(&prev->context, &next->context, next->pgd);	\
change_mm_context   43 include/asm-frv/mmu_context.h 	change_mm_context(&prev->context, &next->context, next->pgd);	\