Searched refs:pte_from (Results 1 – 1 of 1) sorted by relevance
234 pte_t *pte_from, *pte_to; in copy_in_user_pt() local247 pte_from = follow_table(mm, uaddr_from); in copy_in_user_pt()248 error_code = (unsigned long) pte_from; in copy_in_user_pt()251 if (!pte_present(*pte_from)) { in copy_in_user_pt()270 pfn_from = pte_pfn(*pte_from); in copy_in_user_pt()