Searched refs:cpu_switch_mm (Results 1 – 16 of 16) sorted by relevance
/linux-4.1.27/arch/arm64/include/asm/ |
D | mmu_context.h | 117 cpu_switch_mm(mm->pgd, mm); in switch_new_context() 136 cpu_switch_mm(mm->pgd, mm); in check_and_switch_context() 166 cpu_switch_mm(mm->pgd, mm); in finish_arch_post_lock_switch()
|
D | proc-fns.h | 42 #define cpu_switch_mm(pgd,mm) \ macro
|
/linux-4.1.27/arch/arm/include/asm/ |
D | mmu_context.h | 61 cpu_switch_mm(mm->pgd, mm); in check_and_switch_context() 80 cpu_switch_mm(mm->pgd, mm); in finish_arch_post_lock_switch()
|
D | proc-fns.h | 116 #define cpu_switch_mm(pgd,mm) cpu_do_switch_mm(virt_to_phys(pgd),mm) macro 154 #define cpu_switch_mm(pgd,mm) { } macro
|
/linux-4.1.27/arch/unicore32/include/asm/ |
D | cpu-single.h | 21 #define cpu_switch_mm(pgd, mm) cpu_do_switch_mm(virt_to_phys(pgd), mm) macro
|
D | mmu_context.h | 55 cpu_switch_mm(next->pgd, next); in switch_mm()
|
/linux-4.1.27/arch/arm/kernel/ |
D | hibernate.c | 86 cpu_switch_mm(idmap_pgd, &init_mm); in arch_restore_image()
|
D | suspend.c | 34 cpu_switch_mm(mm->pgd, mm); in cpu_suspend()
|
D | smp.c | 343 cpu_switch_mm(mm->pgd, mm); in secondary_start_kernel()
|
/linux-4.1.27/arch/arm64/kernel/ |
D | suspend.c | 105 cpu_switch_mm(mm->pgd, mm); in cpu_suspend()
|
D | efi.c | 344 cpu_switch_mm(mm->pgd, mm); in efi_set_pgd()
|
/linux-4.1.27/arch/arm64/mm/ |
D | context.c | 110 cpu_switch_mm(mm->pgd, mm); in reset_context()
|
D | mmu.c | 473 cpu_switch_mm(idmap_pg_dir, &init_mm); in setup_mm_for_reboot()
|
/linux-4.1.27/arch/arm/mm/ |
D | idmap.c | 125 cpu_switch_mm(idmap_pgd, &init_mm); in setup_mm_for_reboot()
|
D | context.c | 265 cpu_switch_mm(mm->pgd, mm); in check_and_switch_context()
|
D | mmu.c | 1492 cpu_switch_mm(pgd0, &init_mm); in early_paging_init()
|