Home
last modified time | relevance | path

Searched refs:pte_to (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/arch/s390/lib/
Duaccess_pt.c234 pte_t *pte_from, *pte_to; in copy_in_user_pt() local
258 pte_to = follow_table(mm, uaddr_to); in copy_in_user_pt()
259 error_code = (unsigned long) pte_to; in copy_in_user_pt()
262 if (!pte_present(*pte_to)) { in copy_in_user_pt()
265 } else if (!pte_write(*pte_to)) { in copy_in_user_pt()
271 pfn_to = pte_pfn(*pte_to); in copy_in_user_pt()