switch_mmu_context  104 arch/powerpc/include/asm/mmu_context.h extern void switch_mmu_context(struct mm_struct *prev, struct mm_struct *next,
switch_mmu_context   31 arch/powerpc/kernel/swsusp.c 	switch_mmu_context(current->active_mm, current->active_mm, NULL);
switch_mmu_context   93 arch/powerpc/mm/mmu_context.c 	switch_mmu_context(prev, next, tsk);
switch_mmu_context  299 drivers/cpufreq/pmac32-cpufreq.c 	switch_mmu_context(NULL, current->active_mm, NULL);
switch_mmu_context  323 drivers/gpu/drm/etnaviv/etnaviv_buffer.c 	bool switch_mmu_context = gpu->mmu_context != mmu_context;
switch_mmu_context  325 drivers/gpu/drm/etnaviv/etnaviv_buffer.c 	bool need_flush = switch_mmu_context || gpu->flush_seq != new_flush_seq;
switch_mmu_context  360 drivers/gpu/drm/etnaviv/etnaviv_buffer.c 		if (switch_mmu_context && gpu->sec_mode == ETNA_SEC_KERNEL)
switch_mmu_context  370 drivers/gpu/drm/etnaviv/etnaviv_buffer.c 		if (switch_mmu_context) {
switch_mmu_context  391 drivers/gpu/drm/etnaviv/etnaviv_buffer.c 				if (switch_mmu_context &&
switch_mmu_context 1934 drivers/macintosh/via-pmu.c 	switch_mmu_context(NULL, current->active_mm, NULL);
switch_mmu_context 2023 drivers/macintosh/via-pmu.c 	switch_mmu_context(NULL, current->active_mm, NULL);