Lines Matching refs:ptex
309 pte_get(kvm_t *kd, u_long ptex) in pte_get() argument
313 p = _kvm_pmap_get(kd, ptex, sizeof(pte)); in pte_get()
324 uint64_t pteg, ptex; in pte_search() local
378 for (ptex = pteg; ptex < pteg + 8; ptex++) { in pte_search()
379 pte = pte_get(kd, ptex); in pte_search()
407 __func__, (uintmax_t)ptex, (uintmax_t)pte.pte_hi, in pte_search()
413 if (ptex == pteg + 8) { in pte_search()
561 get_ea(kvm_t *kd, ppc64_pt_entry_t *pte, u_long ptex) in get_ea() argument
594 hash = (ptex & ~7) >> 3; in get_ea()
608 u_long ptex, nptes; in ppc64mmu_hpt_walk_pages() local
616 for (ptex = 0; ptex < nptes; ptex++) { in ppc64mmu_hpt_walk_pages()
617 ppc64_pt_entry_t pte = pte_get(kd, ptex); in ppc64mmu_hpt_walk_pages()
628 if ((va = get_ea(kd, &pte, ptex)) == ~0UL) in ppc64mmu_hpt_walk_pages()