Lines Matching refs:PAGESIZE
93 if (!IS_P2ALIGNED((uint64_t)pp, PAGESIZE) &&
98 * if PAGESIZE is not an integral multiple of
113 ASSERT(PAGESIZE % sizeof (page_t));
114 pp = (page_t *)P2ROUNDUP((uint64_t)pp, PAGESIZE);
118 if (!IS_P2ALIGNED((uint64_t)epp, PAGESIZE) &&
123 * if PAGESIZE is not an integral multiple of
130 ASSERT(PAGESIZE % sizeof (page_t));
134 ASSERT(IS_P2ALIGNED((uint64_t)pp, PAGESIZE));
143 if (page_find(&mpvp, (u_offset_t)(vaddr + i * PAGESIZE)))
145 (void *)&mpvp, (void *)(vaddr + i * PAGESIZE));
180 ASSERT(IS_P2ALIGNED((uint64_t)off, PAGESIZE));
193 off += PAGESIZE;
206 ASSERT(IS_P2ALIGNED((uint64_t)off, PAGESIZE));
244 if (!IS_P2ALIGNED((uint64_t)pp, PAGESIZE) &&
249 * if PAGESIZE is not an integral multiple of
266 ASSERT(PAGESIZE % sizeof (page_t));
267 pp = (page_t *)P2ROUNDUP((uint64_t)pp, PAGESIZE);
271 if (!IS_P2ALIGNED((uint64_t)epp, PAGESIZE) &&
276 * if PAGESIZE is not an integral multiple of
283 ASSERT(PAGESIZE % sizeof (page_t));
287 ASSERT(IS_P2ALIGNED((uint64_t)pp, PAGESIZE));
304 off += PAGESIZE;