Home
last modified time | relevance | path

Searched refs:pte_from (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
247 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()