Searched refs:cpu_do_switch_mm (Results 1 – 8 of 8) sorted by relevance
18 #define cpu_switch_mm(pgd, mm) cpu_do_switch_mm(virt_to_phys(pgd), mm)35 extern void cpu_do_switch_mm(unsigned long pgd_phys, struct mm_struct *mm);
90 extern void cpu_do_switch_mm(phys_addr_t pgd_phys, struct mm_struct *mm);141 #define cpu_do_switch_mm PROC_VTABLE(switch_mm) macro154 #define cpu_switch_mm(pgd,mm) cpu_do_switch_mm(virt_to_phys(pgd),mm)
254 #define cpu_do_switch_mm __glue(CPU_NAME,_switch_mm) macro
20 extern void cpu_do_switch_mm(unsigned long pgd_phys, struct mm_struct *mm);
53 cpu_do_switch_mm(virt_to_phys(pgd),mm); in cpu_switch_mm()
91 cpu_do_switch_mm = cpu_v7_hvc_switch_mm; in spectre_v2_install_workaround()98 cpu_do_switch_mm = cpu_v7_smc_switch_mm; in spectre_v2_install_workaround()
100 ENTRY(cpu_do_switch_mm)
160 ENTRY(cpu_do_switch_mm)179 ENDPROC(cpu_do_switch_mm)