um_tlb_sync
extern int um_tlb_sync(struct mm_struct *mm);
um_tlb_sync(&init_mm);
um_tlb_sync(current->mm);
err = um_tlb_sync(&init_mm);