Searched refs:ptex_end (Results 1 – 4 of 4) sorted by relevance
559 u_long ptex, ptex_end; in mphyp_dump_pmap() local565 ptex_end = ptex + dctx->blksz / sizeof(struct lpte); in mphyp_dump_pmap()566 ptex_end = MIN(ptex_end, dctx->ptex_end); in mphyp_dump_pmap()567 *nbytes = (ptex_end - ptex) * sizeof(struct lpte); in mphyp_dump_pmap()572 for (; ptex < ptex_end; ptex++) { in mphyp_dump_pmap()
891 u_long ptex, ptex_end; in moea64_dump_pmap_native() local895 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()
38 u_long ptex_end; member
3385 dump_ctx.ptex_end = moea64_pteg_count * 8; in moea64_dump_pmap_init()