Lines Matching defs:nend
3054 vaddr_t nstart, nend;
3082 * is handled by the code block 'if (nstart < nend)'.
3087 * the code block 'if (nend < end)'.
3090 nend = MMU_ROUND_A(eva);
3150 if (nstart < nend) {
3165 for (; nstart < nend; a_dte++, nstart += MMU_TIA_RANGE)
3194 if (nend < eva) {
3203 idx = MMU_TIA(nend);
3221 empty = pmap_remove_b(b_tbl, nend, eva);
3278 vaddr_t nstart, nend, rstart;
3285 nend = MMU_ROUND_B(eva);
3315 if (nstart < nend) {
3319 while (rstart < nend) {
3342 if (nend < eva) {
3343 idx = MMU_TIB(nend);
3349 empty = pmap_remove_c(c_tbl, nend, eva);