Home
last modified time | relevance | path

Searched refs:switch_mmu_context (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/arch/powerpc/mm/book3s32/
Dmmu_context.c114 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);
/linux-6.1.9/drivers/gpu/drm/etnaviv/
Detnaviv_buffer.c348 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()
417 if (switch_mmu_context && in etnaviv_buffer_queue()
/linux-6.1.9/arch/powerpc/kernel/
Dswsusp.c31 switch_mmu_context(current->active_mm, current->active_mm, NULL); in restore_processor_state()
/linux-6.1.9/arch/powerpc/include/asm/
Dmmu_context.h57 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,
/linux-6.1.9/arch/powerpc/mm/
Dmmu_context.c102 switch_mmu_context(prev, next, tsk); in switch_mm_irqs_off()
/linux-6.1.9/arch/powerpc/kvm/
Dbook3s_32_sr.S136 bl switch_mmu_context
/linux-6.1.9/arch/powerpc/mm/nohash/
Dmmu_context.c230 void switch_mmu_context(struct mm_struct *prev, struct mm_struct *next, in switch_mmu_context() function
/linux-6.1.9/drivers/cpufreq/
Dpmac32-cpufreq.c299 switch_mmu_context(NULL, current->active_mm, NULL); in pmu_set_cpu_speed()
/linux-6.1.9/drivers/macintosh/
Dvia-pmu.c1925 switch_mmu_context(NULL, current->active_mm, NULL); in powerbook_sleep_grackle()
2014 switch_mmu_context(NULL, current->active_mm, NULL); in powerbook_sleep_Core99()