Searched refs:cpu_do_switch_mm (Results 1 – 6 of 6) sorted by relevance
85 extern void cpu_do_switch_mm(phys_addr_t pgd_phys, struct mm_struct *mm);103 #define cpu_do_switch_mm processor.switch_mm macro116 #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
32 extern void cpu_do_switch_mm(unsigned long pgd_phys, struct mm_struct *mm);41 cpu_do_switch_mm(virt_to_phys(pgd),mm); \
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);
135 ENTRY(cpu_do_switch_mm)141 ENDPROC(cpu_do_switch_mm)
103 ENTRY(cpu_do_switch_mm)