Lines Matching defs:ptep
300 pte_t *ptep, *ptemap = NULL;
332 ptep = (pte_t *)pmdp;
333 lo = pte_to_entrylo(pte_val(*ptep));
347 ptemap = ptep = pte_offset_map(pmdp, address);
350 * and pte_unmap_unlock(), so we can assume that ptep is not
356 write_c0_entrylo0(pte_to_entrylo(ptep->pte_high));
358 writex_c0_entrylo0(ptep->pte_low & _PFNX_MASK);
359 ptep++;
360 write_c0_entrylo1(pte_to_entrylo(ptep->pte_high));
362 writex_c0_entrylo1(ptep->pte_low & _PFNX_MASK);
364 write_c0_entrylo0(ptep->pte_high);
365 ptep++;
366 write_c0_entrylo1(ptep->pte_high);
369 write_c0_entrylo0(pte_to_entrylo(pte_val(*ptep++)));
370 write_c0_entrylo1(pte_to_entrylo(pte_val(*ptep)));