Searched refs:pte_from (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
247 pte_from = follow_table(mm, uaddr_from);
248 error_code = (unsigned long) pte_from;
251 if (!pte_present(*pte_from)) {
270 pfn_from = pte_pfn(*pte_from);

Completed in 160 milliseconds