Home
last modified time | relevance | path

Searched refs:ptex_end (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/sys/powerpc/pseries/
HDmmu_phyp.c560 u_long ptex, ptex_end; in mphyp_dump_pmap() local
566 ptex_end = ptex + dctx->blksz / sizeof(struct lpte); in mphyp_dump_pmap()
567 ptex_end = MIN(ptex_end, dctx->ptex_end); in mphyp_dump_pmap()
568 *nbytes = (ptex_end - ptex) * sizeof(struct lpte); in mphyp_dump_pmap()
573 for (; ptex < ptex_end; ptex++) { in mphyp_dump_pmap()
/freebsd-14-stable/sys/powerpc/aim/
HDmoea64_native.c891 u_long ptex, ptex_end; in moea64_dump_pmap_native() local
895 ptex_end = ptex + dctx->blksz / sizeof(struct lpte); in moea64_dump_pmap_native()
896 ptex_end = MIN(ptex_end, dctx->ptex_end); in moea64_dump_pmap_native()
897 *nbytes = (ptex_end - ptex) * sizeof(struct lpte); in moea64_dump_pmap_native()
902 dctx->ptex = ptex_end; in moea64_dump_pmap_native()
HDmmu_oea64.h38 u_long ptex_end; member
HDmmu_oea64.c3380 dump_ctx.ptex_end = moea64_pteg_count * 8; in moea64_dump_pmap_init()