Searched refs:PAGE_SIZE (Results 151 - 175 of 196) sorted by relevance

12345678

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServicePageSharing.cpp197 pRegion += PAGE_SIZE;
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPMisc.cpp1463 Assert(!(offData & (PAGE_SIZE -1)));
1464 Assert(!(cbData & (PAGE_SIZE -1)));
1465 offData = VBOXWDDM_ROUNDBOUND(offData, PAGE_SIZE);
1466 cbData &= (~(PAGE_SIZE -1));
/vbox/include/iprt/
H A Dasm.h3357 # if defined(PAGE_SIZE) && !defined(NT_INCLUDED)
3358 # if PAGE_SIZE != 0x2000
3359 # error "PAGE_SIZE is not 0x2000!"
3364 # if defined(PAGE_SIZE) && !defined(NT_INCLUDED)
3365 # if PAGE_SIZE != 0x1000
3366 # error "PAGE_SIZE is not 0x1000!"
H A Dstring.h53 * defines namely PVM and PAGE_SIZE. We can safely undefine PVM here but not
54 * PAGE_SIZE because this results in build errors sooner or later. Luckily this
56 * guards here to prevent inclusion of it if PAGE_SIZE was defined already.
60 # ifdef PAGE_SIZE
/vbox/src/VBox/VMM/VMMR3/
H A DMM.cpp411 if (cbRam < PAGE_SIZE)
H A DPDMLdr.cpp509 cb = RT_ALIGN_Z(cb, PAGE_SIZE);
524 MMR3HyperReserve(pVM, PAGE_SIZE, "fence", NULL);
H A DVMMSwitcher.cpp243 pVM->vmm.s.cbCoreCode = RT_ALIGN_32(cbCoreCode, PAGE_SIZE);
326 MMR3HyperReserve(pVM, PAGE_SIZE, "fence", NULL);
H A DDBGFDisas.cpp270 uint32_t cb = PAGE_SIZE - (GCPtr & PAGE_OFFSET_MASK);
/vbox/src/VBox/VMM/VMMRC/
H A DSELMRC.cpp562 Assert(pvFault - (uintptr_t)pVM->selm.s.pvLdtRC < (unsigned)(65536U + PAGE_SIZE));
/vbox/src/libs/kStuff/iprt/
H A DkRdrFile-iprt.cpp432 return PAGE_SIZE;
/vbox/src/VBox/Debugger/
H A DDBGPlugInWinNt.cpp824 rc = DBGFR3MemRead(pUVM, 0 /*idCpu*/, &Addr, &u, PAGE_SIZE);
960 KernelAddr.FlatPtr += PAGE_SIZE)
/vbox/src/VBox/Additions/WINNT/SharedFolders/driver/
H A Dinfo.c85 cbHGCMBuffer = RT_MAX(cbMaxSize, PAGE_SIZE);
1092 cbHGCMBuffer = RT_MAX(cbInfoBuffer, PAGE_SIZE);
/vbox/src/VBox/VMM/VMMR0/
H A DGMMR0.cpp36 * GMM_CHUNK_SHIFT = log2(GMM_CHUNK_SIZE / PAGE_SIZE);
4295 return RTCrc32(pbPage, PAGE_SIZE);
4350 uint32_t cb = RT_ALIGN_32(paRegions[i].cbRegion + off, PAGE_SIZE);
4408 pGblMod->aRegions[i].cb = RT_ALIGN_32(pGblMod->aRegions[i].cb, PAGE_SIZE);
4971 pPageDesc->u32StrictChecksum = RTCrc32(pbSharedPage, PAGE_SIZE);
4979 if (memcmp(pbSharedPage, pbLocalPage, PAGE_SIZE))
5254 if (!memcmp(pArgs->pSourcePage, pbDestPage, PAGE_SIZE))
H A DHMR0.cpp414 rc = RTR0MemObjAllocCont(&hScatchMemObj, PAGE_SIZE, false /* fExecutable */);
417 LogRel(("hmR0InitIntel: RTR0MemObjAllocCont(,PAGE_SIZE,false) -> %Rrc\n", rc));
950 rc = RTR0MemObjAllocCont(&g_HvmR0.aCpuInfo[i].hMemObj, PAGE_SIZE, false /* executable R0 mapping */);
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest.cpp181 uAlignment = PAGE_SIZE;
202 uAlignment = PAGE_SIZE;
221 if ( uAlignment == PAGE_SIZE
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv.cpp1579 REQ_CHECK_EXPR(SUP_IOCTL_PAGE_LOCK, pReq->u.In.pvR3 >= PAGE_SIZE);
1858 && !((uintptr_t)pReq->u.In.pVMR0 & (PAGE_SIZE - 1))),
2956 if ( RT_ALIGN_R3PT(pvR3, PAGE_SIZE, RTR3PTR) != pvR3
3147 AssertMsg(!(paPages[iPage] & (PAGE_SIZE - 1)), ("iPage=%d Phys=%RHp\n", paPages[iPage]));
3355 rc = RTR0MemObjAllocPage(&Mem.MemObj, (size_t)cPages * PAGE_SIZE, true /* fExecutable */);
3357 rc = RTR0MemObjAllocPhysNC(&Mem.MemObj, (size_t)cPages * PAGE_SIZE, NIL_RTHCPHYS);
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp2224 if (page1 - page0 > PAGE_SIZE)
2226 update |= vga_is_dirty(pThis, page0 + PAGE_SIZE);
2261 vga_reset_dirty(pThis, page_min, page_max + PAGE_SIZE);
2411 if (page1 - page0 > PAGE_SIZE) {
2413 update |= vga_is_dirty(pThis, page0 + PAGE_SIZE);
2459 vga_reset_dirty(pThis, page_min, page_max + PAGE_SIZE);
4009 offDirty += PAGE_SIZE;
6376 AssertReleaseMsg(RT_ALIGN_Z(g_cbVgaBiosBinary, PAGE_SIZE) == g_cbVgaBiosBinary, ("g_cbVgaBiosBinary=%#x\n", g_cbVgaBiosBinary));
/vbox/src/VBox/Runtime/r3/solaris/
H A Dcoredumper-solaris.cpp729 char achBuf[PAGE_SIZE];
1627 char achBuf[PAGE_SIZE];
/vbox/src/VBox/Devices/Network/slirp/bsd/sys/
H A Dmbuf.h73 * MCLBYTES must be no larger than PAGE_SIZE.
87 # define MJUMPAGESIZE PAGE_SIZE /* jumbo cluster 4k */
/vbox/src/VBox/Devices/VirtIO/
H A DVirtio.cpp61 PAGE_SIZE); /* The used ring must start from the next page. */
/vbox/src/VBox/Runtime/common/alloc/
H A Dheapoffset.cpp372 AssertReturn(cbMemory >= PAGE_SIZE, VERR_INVALID_PARAMETER);
H A Dheapsimple.cpp289 AssertReturn(cbMemory >= PAGE_SIZE, VERR_INVALID_PARAMETER);
/vbox/src/VBox/Runtime/common/ldr/
H A DldrkStuff.cpp314 return PAGE_SIZE;
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAll.cpp930 cbToTryRead = PAGE_SIZE;
934 cbToTryRead = PAGE_SIZE - (GCPtrPC & PAGE_OFFSET_MASK);
997 && PAGE_SIZE - (GCPhys & PAGE_OFFSET_MASK) > sizeof(pIemCpu->abOpcode))
1022 uint32_t cbLeftOnPage = PAGE_SIZE - (GCPtrPC & PAGE_OFFSET_MASK);
1068 cbToTryRead = PAGE_SIZE;
1094 uint32_t cbLeftOnPage = PAGE_SIZE - (GCPtrNext & PAGE_OFFSET_MASK);
6569 uint32_t const cbFirstPage = PAGE_SIZE - (GCPhysFirst & PAGE_OFFSET_MASK);
6810 if ((GCPtrMem & PAGE_OFFSET_MASK) + cbMem > PAGE_SIZE) /* Crossing a page boundary? */
H A DIOMAllMMIO.cpp2605 cb -= PAGE_SIZE;
2606 GCPhys += PAGE_SIZE;

Completed in 353 milliseconds

12345678