Searched refs:ptex (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/lib/libkvm/
H A Dkvm_minidump_powerpc64_hpt.c315 pte_get(kvm_t *kd, u_long ptex) argument
319 p = _kvm_pmap_get(kd, ptex, sizeof(pte));
330 uint64_t pteg, ptex; local
384 for (ptex = pteg; ptex < pteg + 8; ptex++) {
385 pte = pte_get(kd, ptex);
411 dprintf("%s: PTE found: ptex=0x%jx, pteh=0x%016jx, "
413 __func__, (uintmax_t)ptex, (uintmax_t)pte.pte_hi,
419 if (ptex
567 get_ea(kvm_t *kd, ppc64_pt_entry_t *pte, u_long ptex) argument
614 u_long ptex, nptes; local
[all...]
/freebsd-13-stable/sys/powerpc/pseries/
H A Dmmu_phyp.c559 u_long ptex, ptex_end; local
564 ptex = dctx->ptex;
565 ptex_end = ptex + dctx->blksz / sizeof(struct lpte);
567 *nbytes = (ptex_end - ptex) * sizeof(struct lpte);
572 for (; ptex < ptex_end; ptex++) {
573 phyp_pft_hcall(H_READ, 0, ptex, 0, 0,
578 dctx->ptex = ptex;
[all...]
/freebsd-13-stable/sys/powerpc/aim/
H A Dmmu_oea64.h39 u_long ptex; member in struct:dump_context
H A Dmoea64_native.c891 u_long ptex, ptex_end; local
894 ptex = dctx->ptex;
895 ptex_end = ptex + dctx->blksz / sizeof(struct lpte);
897 *nbytes = (ptex_end - ptex) * sizeof(struct lpte);
902 dctx->ptex = ptex_end;
903 return (__DEVOLATILE(struct lpte *, moea64_pteg_table) + ptex);
H A Dmmu_oea64.c3390 dump_ctx.ptex = 0;

Completed in 247 milliseconds