Searched refs:switch_mmu_context (Results 1 – 6 of 6) sorted by relevance
| /arch/powerpc/mm/book3s32/ |
| A D | mmu_context.c | 114 void switch_mmu_context(struct mm_struct *prev, struct mm_struct *next, struct task_struct *tsk) in switch_mmu_context() function 134 EXPORT_SYMBOL(switch_mmu_context);
|
| /arch/powerpc/kernel/ |
| A D | swsusp.c | 31 switch_mmu_context(current->active_mm, current->active_mm, NULL); in restore_processor_state()
|
| /arch/powerpc/include/asm/ |
| A D | mmu_context.h | 57 static inline void switch_mmu_context(struct mm_struct *prev, in switch_mmu_context() function 100 extern void switch_mmu_context(struct mm_struct *prev, struct mm_struct *next,
|
| /arch/powerpc/mm/ |
| A D | mmu_context.c | 104 switch_mmu_context(prev, next, tsk); in switch_mm_irqs_off()
|
| /arch/powerpc/kvm/ |
| A D | book3s_32_sr.S | 136 bl switch_mmu_context
|
| /arch/powerpc/mm/nohash/ |
| A D | mmu_context.c | 227 void switch_mmu_context(struct mm_struct *prev, struct mm_struct *next, in switch_mmu_context() function
|
Completed in 8 milliseconds