Searched refs:switch_mmu_context (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/etnaviv/ |
| D | etnaviv_buffer.c | 323 bool switch_mmu_context = gpu->mmu_context != mmu_context; in etnaviv_buffer_queue() local 325 bool need_flush = switch_mmu_context || gpu->flush_seq != new_flush_seq; in etnaviv_buffer_queue() 360 if (switch_mmu_context && gpu->sec_mode == ETNA_SEC_KERNEL) in etnaviv_buffer_queue() 370 if (switch_mmu_context) { in etnaviv_buffer_queue() 391 if (switch_mmu_context && in etnaviv_buffer_queue()
|
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | swsusp.c | 31 switch_mmu_context(current->active_mm, current->active_mm, NULL); in restore_processor_state()
|
| D | head_32.S | 955 _ENTRY(switch_mmu_context) 994 EXPORT_SYMBOL(switch_mmu_context)
|
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | mmu_context.h | 63 static inline void switch_mmu_context(struct mm_struct *prev, in switch_mmu_context() function 104 extern void switch_mmu_context(struct mm_struct *prev, struct mm_struct *next,
|
| /Linux-v5.4/arch/powerpc/mm/ |
| D | mmu_context.c | 93 switch_mmu_context(prev, next, tsk); in switch_mm_irqs_off()
|
| /Linux-v5.4/arch/powerpc/kvm/ |
| D | book3s_32_sr.S | 130 bl switch_mmu_context
|
| /Linux-v5.4/arch/powerpc/mm/nohash/ |
| D | mmu_context.c | 261 void switch_mmu_context(struct mm_struct *prev, struct mm_struct *next, in switch_mmu_context() function
|
| /Linux-v5.4/drivers/cpufreq/ |
| D | pmac32-cpufreq.c | 299 switch_mmu_context(NULL, current->active_mm, NULL); in pmu_set_cpu_speed()
|
| /Linux-v5.4/drivers/macintosh/ |
| D | via-pmu.c | 1934 switch_mmu_context(NULL, current->active_mm, NULL); in powerbook_sleep_grackle() 2023 switch_mmu_context(NULL, current->active_mm, NULL); in powerbook_sleep_Core99()
|