Searched refs:switch_mmu_context (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/etnaviv/ |
D | etnaviv_buffer.c | 348 bool switch_mmu_context = gpu->mmu_context != mmu_context; in etnaviv_buffer_queue() local 350 bool need_flush = switch_mmu_context || gpu->flush_seq != new_flush_seq; in etnaviv_buffer_queue() 387 if (switch_mmu_context && gpu->sec_mode == ETNA_SEC_KERNEL) in etnaviv_buffer_queue() 397 if (switch_mmu_context) { in etnaviv_buffer_queue() 418 if (switch_mmu_context && in etnaviv_buffer_queue()
|
/Linux-v5.10/arch/powerpc/kernel/ |
D | swsusp.c | 31 switch_mmu_context(current->active_mm, current->active_mm, NULL); in restore_processor_state()
|
D | head_book3s_32.S | 1061 _ENTRY(switch_mmu_context) 1100 EXPORT_SYMBOL(switch_mmu_context)
|
/Linux-v5.10/arch/powerpc/mm/ |
D | mmu_context.c | 93 switch_mmu_context(prev, next, tsk); in switch_mm_irqs_off()
|
/Linux-v5.10/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.10/arch/powerpc/kvm/ |
D | book3s_32_sr.S | 130 bl switch_mmu_context
|
/Linux-v5.10/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.10/drivers/cpufreq/ |
D | pmac32-cpufreq.c | 299 switch_mmu_context(NULL, current->active_mm, NULL); in pmu_set_cpu_speed()
|
/Linux-v5.10/drivers/macintosh/ |
D | via-pmu.c | 1930 switch_mmu_context(NULL, current->active_mm, NULL); in powerbook_sleep_grackle() 2019 switch_mmu_context(NULL, current->active_mm, NULL); in powerbook_sleep_Core99()
|