Searched refs:cpu_do_switch_mm (Results 1 – 4 of 4) sorted by relevance
81 extern void cpu_do_switch_mm(unsigned long pgd_phys, struct mm_struct *mm);91 #define cpu_do_switch_mm(pgd,mm) processor.switch_mm(pgd,mm) macro100 #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);
103 ENTRY(cpu_do_switch_mm)