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
89 cpu_do_switch_mm = cpu_v7_hvc_switch_mm; in cpu_v7_spectre_init()100 cpu_do_switch_mm = cpu_v7_smc_switch_mm; in cpu_v7_spectre_init()
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()
100 ENTRY(cpu_do_switch_mm)
145 ENTRY(cpu_do_switch_mm)164 ENDPROC(cpu_do_switch_mm)