Lines Matching defs:pte_ptr
1611 caddr_t pte_ptr;
1629 pte_ptr = (caddr_t)x86pte_access_pagetable(ht, 0);
1630 end_pte_ptr = (caddr_t)PT_INDEX_PTR(pte_ptr, HTABLE_NUM_PTES(ht));
1631 pte_ptr = (caddr_t)PT_INDEX_PTR((x86pte_t *)pte_ptr, e);
1632 while (!PTE_ISVALID(*pte_ptr)) {
1636 pte_ptr += mmu.pte_size;
1637 ASSERT(pte_ptr <= end_pte_ptr);
1638 if (pte_ptr == end_pte_ptr)
1645 if (va < eaddr && pte_ptr != end_pte_ptr)
1646 found_pte = GET_PTE((x86pte_t *)pte_ptr);
2238 x86pte_t *pte_ptr,
2248 if (pte_ptr != NULL)
2249 ptep = pte_ptr;
2292 if (pte_ptr == NULL)