Searched refs:switch_mmu_context (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/arch/powerpc/mm/book3s32/ ! |
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);
|
/linux-6.1.9/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() 417 if (switch_mmu_context && in etnaviv_buffer_queue()
|
/linux-6.1.9/arch/powerpc/kernel/ ! |
D | swsusp.c | 31 switch_mmu_context(current->active_mm, current->active_mm, NULL); in restore_processor_state()
|
/linux-6.1.9/arch/powerpc/include/asm/ ! |
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,
|
/linux-6.1.9/arch/powerpc/mm/ ! |
D | mmu_context.c | 102 switch_mmu_context(prev, next, tsk); in switch_mm_irqs_off()
|
/linux-6.1.9/arch/powerpc/kvm/ ! |
D | book3s_32_sr.S | 136 bl switch_mmu_context
|
/linux-6.1.9/arch/powerpc/mm/nohash/ ! |
D | mmu_context.c | 230 void switch_mmu_context(struct mm_struct *prev, struct mm_struct *next, in switch_mmu_context() function
|
/linux-6.1.9/drivers/cpufreq/ ! |
D | pmac32-cpufreq.c | 299 switch_mmu_context(NULL, current->active_mm, NULL); in pmu_set_cpu_speed()
|
/linux-6.1.9/drivers/macintosh/ ! |
D | via-pmu.c | 1925 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()
|