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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/lib/
H A Duaccess_pt.c234 pte_t *pte_from, *pte_to; local
258 pte_to = follow_table(mm, uaddr_to);
259 error_code = (unsigned long) pte_to;
262 if (!pte_present(*pte_to)) {
265 } else if (!pte_write(*pte_to)) {
271 pfn_to = pte_pfn(*pte_to);

Completed in 104 milliseconds