Searched refs:change_mm_context (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/arch/frv/include/asm/ |
D | mmu_context.h | 26 extern void change_mm_context(mm_context_t *old, mm_context_t *ctx, pgd_t *_pgd); 31 #define change_mm_context(old, ctx, _pml4) do {} while(0) macro 38 change_mm_context(&prev->context, &next->context, next->pgd); \ 43 change_mm_context(&prev->context, &next->context, next->pgd); \
|
/linux-3.4.99/arch/frv/mm/ |
D | mmu-context.c | 90 void change_mm_context(mm_context_t *old, mm_context_t *ctx, pgd_t *pgd) in change_mm_context() function
|