Searched refs:cpu_do_switch_mm (Results 1 – 7 of 7) sorted by relevance
89 extern void cpu_do_switch_mm(phys_addr_t pgd_phys, struct mm_struct *mm);107 #define cpu_do_switch_mm processor.switch_mm macro120 #define cpu_switch_mm(pgd,mm) cpu_do_switch_mm(virt_to_phys(pgd),mm)
257 #define cpu_do_switch_mm __glue(CPU_NAME,_switch_mm) macro
21 #define cpu_switch_mm(pgd, mm) cpu_do_switch_mm(virt_to_phys(pgd), mm)38 extern void cpu_do_switch_mm(unsigned long pgd_phys, struct mm_struct *mm);
32 extern void cpu_do_switch_mm(unsigned long pgd_phys, struct mm_struct *mm);
62 cpu_do_switch_mm(virt_to_phys(pgd),mm); in cpu_switch_mm()
103 ENTRY(cpu_do_switch_mm)
159 ENTRY(cpu_do_switch_mm)172 ENDPROC(cpu_do_switch_mm)