Home
last modified time | relevance | path

Searched refs:cpu_switch_mm (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dmmu_context.h51 static inline void cpu_switch_mm(pgd_t *pgd, struct mm_struct *mm) in cpu_switch_mm() function
121 cpu_switch_mm(mm->pgd, mm); in cpu_uninstall_idmap()
130 cpu_switch_mm(lm_alias(idmap_pg_dir), &init_mm); in cpu_install_idmap()
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dmmu_context.h66 cpu_switch_mm(mm->pgd, mm); in check_and_switch_context()
86 cpu_switch_mm(mm->pgd, mm); in finish_arch_post_lock_switch()
H A Dproc-fns.h154 #define cpu_switch_mm(pgd,mm) cpu_do_switch_mm(virt_to_phys(pgd),mm) macro
185 #define cpu_switch_mm(pgd,mm) { } macro
/OK3568_Linux_fs/kernel/arch/nds32/include/asm/
H A Dproc-fns.h16 extern void cpu_switch_mm(struct mm_struct *mm);
H A Dmmu_context.h61 cpu_switch_mm(next); in switch_mm()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dhibernate.c85 cpu_switch_mm(idmap_pgd, &init_mm); in arch_restore_image()
H A Dsuspend.c47 cpu_switch_mm(mm->pgd, mm); in cpu_suspend()
H A Dsmp.c418 cpu_switch_mm(mm->pgd, mm); in secondary_start_kernel()
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Didmap.c130 cpu_switch_mm(idmap_pgd, &init_mm); in setup_mm_for_reboot()
H A Dcontext.c276 cpu_switch_mm(mm->pgd, mm); in check_and_switch_context()
/OK3568_Linux_fs/kernel/arch/arm64/mm/
H A Dcontext.c270 cpu_switch_mm(mm->pgd, mm); in check_and_switch_context()
/OK3568_Linux_fs/kernel/arch/nds32/mm/
H A Dproc.c529 void cpu_switch_mm(struct mm_struct *mm) in cpu_switch_mm() function