Searched refs:offset_to (Results 1 – 1 of 1) sorted by relevance
230 unsigned long offset_from, offset_to, offset_max, pfn_from, pfn_to, in copy_in_user_pt() local273 offset_to = uaddr_from & (PAGE_SIZE-1); in copy_in_user_pt()274 offset_max = max(offset_from, offset_to); in copy_in_user_pt()277 memcpy((void *)(pfn_to << PAGE_SHIFT) + offset_to, in copy_in_user_pt()