Lines Matching defs:ptep
300 pte_t *ptep;
332 ptep = (pte_t *)pmdp;
333 lo = pte_to_entrylo(pte_val(*ptep));
347 ptep = pte_offset_map(pmdp, address);
351 write_c0_entrylo0(pte_to_entrylo(ptep->pte_high));
353 writex_c0_entrylo0(ptep->pte_low & _PFNX_MASK);
354 ptep++;
355 write_c0_entrylo1(pte_to_entrylo(ptep->pte_high));
357 writex_c0_entrylo1(ptep->pte_low & _PFNX_MASK);
359 write_c0_entrylo0(ptep->pte_high);
360 ptep++;
361 write_c0_entrylo1(ptep->pte_high);
364 write_c0_entrylo0(pte_to_entrylo(pte_val(*ptep++)));
365 write_c0_entrylo1(pte_to_entrylo(pte_val(*ptep)));