Lines Matching refs:PAGE_SIZE

130     cbHyperHeap = RT_ALIGN_32(cbHyperHeap, PAGE_SIZE);
145 MMR3HyperReserve(pVM, PAGE_SIZE, "fence", NULL);
152 rc = MMR3HyperMapPages(pVM, pVM, pVM->pVMR0, RT_ALIGN_Z(pVM->cbSelf, PAGE_SIZE) >> PAGE_SHIFT, pVM->paVMPagesR3, "VM",
161 MMR3HyperReserve(pVM, PAGE_SIZE, "fence", NULL);
247 rc = PGMMap(pVM, GCPtr + (i << PAGE_SHIFT), paHCPhysPages[i], PAGE_SIZE, 0);
261 for (uint32_t off = 0; off < cb; off += PAGE_SIZE)
267 rc = PGMMap(pVM, GCPtr + off, HCPhys, PAGE_SIZE, 0);
277 for (RTGCPHYS offCur = pLookup->u.MMIO2.off; offCur < offEnd; offCur += PAGE_SIZE)
283 rc = PGMMap(pVM, GCPtr + (offCur - pLookup->u.MMIO2.off), HCPhys, PAGE_SIZE, 0);
426 AssertReturn(RT_ALIGN_P(pvR3, PAGE_SIZE) == pvR3, VERR_INVALID_PARAMETER);
427 AssertReturn(RT_ALIGN_T(pvR0, PAGE_SIZE, RTR0PTR) == pvR0, VERR_INVALID_PARAMETER);
428 AssertReturn(RT_ALIGN_T(HCPhys, PAGE_SIZE, RTHCPHYS) == HCPhys, VERR_INVALID_PARAMETER);
434 uint32_t cbAligned = RT_ALIGN_32(cb, PAGE_SIZE);
476 AssertReturn(RT_ALIGN_T(GCPhys, PAGE_SIZE, RTGCPHYS) == GCPhys, VERR_INVALID_PARAMETER);
482 cb = RT_ALIGN_Z(cb, PAGE_SIZE);
494 for (unsigned off = 0; off < cb; off += PAGE_SIZE)
506 rc = PGMMap(pVM, GCPtr + off, HCPhys, PAGE_SIZE, 0);
555 cb = RT_ALIGN_Z(cb, PAGE_SIZE);
558 for (RTGCPHYS offCur = off; offCur < offEnd; offCur += PAGE_SIZE)
583 for (RTGCPHYS offCur = off; offCur < offEnd; offCur += PAGE_SIZE)
588 rc = PGMMap(pVM, GCPtr + (offCur - off), HCPhys, PAGE_SIZE, 0);
666 rc = PGMMap(pVM, GCPtr + (i << PAGE_SHIFT), paHCPhysPages[i], PAGE_SIZE, 0);
749 const uint32_t cbAligned = RT_ALIGN_32(cb, PAGE_SIZE);
807 const uint32_t cbAligned = RT_ALIGN_32(cb, PAGE_SIZE);
876 Assert(RT_ALIGN_Z(pHeap->cbHeap + MMYPERHEAP_HDR_SIZE, PAGE_SIZE) == pHeap->cbHeap + MMYPERHEAP_HDR_SIZE);
889 MMR3HyperReserve(pVM, PAGE_SIZE, "fence", NULL);
913 * Values are 0,8,16,32 and PAGE_SIZE.
940 * Values are 0,8,16,32 and PAGE_SIZE.
958 && ( uAlignment != PAGE_SIZE
993 case PAGE_SIZE:
1003 uint32_t const cbAligned = RT_ALIGN_32(cb, PAGE_SIZE);
1048 MMR3HyperReserve(pVM, PAGE_SIZE, "fence", NULL);
1457 * 0,8,16,32 and PAGE_SIZE. 0 -> default alignment,