Searched refs:cpu_switch_mm (Results 1 – 9 of 9) sorted by relevance
/linux/arch/arm/include/asm/ |
H A D | mmu_context.h | 77 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 D | proc-fns.h | 152 #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 D | kasan_init.c | 239 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 D | idmap.c | 137 cpu_switch_mm(idmap_pgd, &init_mm); in setup_mm_for_reboot()
|
H A D | context.c | 275 cpu_switch_mm(mm->pgd, mm); in check_and_switch_context()
|
/linux/arch/arm/kernel/ |
H A D | hibernate.c | 85 cpu_switch_mm(idmap_pgd, &init_mm); in arch_restore_image()
|
H A D | suspend.c | 55 cpu_switch_mm(mm->pgd, mm); in cpu_suspend()
|
H A D | smp.c | 423 cpu_switch_mm(mm->pgd, mm); in secondary_start_kernel()
|
/linux/arch/arm64/mm/ |
H A D | context.c | 270 cpu_switch_mm(mm->pgd, mm); in check_and_switch_context()
|