Home
last modified time | relevance | path

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

/linux/arch/arm/include/asm/
H A Dmmu_context.h77 cpu_switch_mm(mm->pgd, mm); in check_and_switch_context()
97 cpu_switch_mm(mm->pgd, mm); in finish_arch_post_lock_switch()
H A Dproc-fns.h152 #define cpu_switch_mm(pgd,mm) cpu_do_switch_mm(virt_to_phys(pgd),mm) macro
195 #define cpu_switch_mm(pgd,mm) { } macro
/linux/arch/arm/mm/
H A Dkasan_init.c239 cpu_switch_mm(tmp_pgd_table, &init_mm); in kasan_init()
299 cpu_switch_mm(swapper_pg_dir, &init_mm); in kasan_init()
H A Dcontext.c275 cpu_switch_mm(mm->pgd, mm); in check_and_switch_context()
/linux/arch/arm/kernel/
H A Dsuspend.c55 cpu_switch_mm(mm->pgd, mm); in cpu_suspend()