cpu_do_switch_mm
#define cpu_switch_mm(pgd,mm) cpu_do_switch_mm(virt_to_phys(pgd),mm)
extern void cpu_do_switch_mm(phys_addr_t pgd_phys, struct mm_struct *mm);
cpu_do_switch_mm = cpu_v7_hvc_switch_mm;
cpu_do_switch_mm = cpu_v7_smc_switch_mm;
void cpu_do_switch_mm(phys_addr_t pgd_phys, struct mm_struct *mm);
cpu_do_switch_mm(virt_to_phys(pgd),mm);