Searched refs:_2M (Results 1 - 20 of 20) sorted by relevance

/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dmemobj-r0drv-darwin.cpp303 return (u64.u & ~(uint64_t)(_2M -1)) | ((uintptr_t)pvPage & (_2M -1));
327 return (u64.u & ~(uint64_t)(_2M -1)) | ((uintptr_t)pvPage & (_2M -1));
341 return (u64.u & ~(uint64_t)(_2M -1)) | ((uintptr_t)pvPage & (_2M -1));
H A Ddbgkrnlinfo-r0drv-darwin.cpp709 if (pSymTab->strsize > _2M)
/vbox/src/VBox/Runtime/r0drv/
H A Dmemobj-r0drv.cpp539 || uAlignment == _2M
603 AssertReturn(uAlignment == PAGE_SIZE || uAlignment == _2M || uAlignment == _4M, VERR_INVALID_PARAMETER);
625 AssertReturn(uAlignment == PAGE_SIZE || uAlignment == _2M || uAlignment == _4M, VERR_INVALID_PARAMETER);
666 AssertReturn(uAlignment == PAGE_SIZE || uAlignment == _2M || uAlignment == _4M, VERR_INVALID_PARAMETER);
723 AssertReturn(uAlignment == PAGE_SIZE || uAlignment == _2M || uAlignment == _4M, VERR_INVALID_PARAMETER);
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dmemobj-r0drv-solaris.h78 case _2M: uPageShift = 21; break;
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllBth.h3850 GCPtr += _2M * UINT64_C(512) * UINT64_C(512);
3860 GCPtr += _2M * UINT64_C(512) * UINT64_C(512);
3868 GCPtr += _2M * UINT64_C(512) * UINT64_C(512);
3878 GCPtr += _2M * UINT64_C(512) * UINT64_C(512);
3913 GCPtr += 512 * _2M;
3924 GCPtr += 512 * _2M;
3934 GCPtr += 512 * _2M;
3946 GCPtr += 512 * _2M;
3957 GCPtr += 512 * _2M;
H A DPGMAllPhys.cpp739 for (iPage = 0; iPage < _2M/PAGE_SIZE; iPage++)
753 if (iPage != _2M/PAGE_SIZE)
818 for (i = 1; i < _2M/PAGE_SIZE; i++)
837 if (i == _2M/PAGE_SIZE)
841 Log(("pgmPhysRecheckLargePage: page %RGp can be reused!\n", GCPhys - _2M));
/vbox/src/VBox/VMM/VMMR0/
H A DPGMR0.cpp220 int rc = GMMR0AllocateLargePage(pVM, pVCpu->idCpu, _2M,
H A DGMMR0.cpp3064 AssertCompile(GMM_CHUNK_SIZE == _2M);
/vbox/src/VBox/Runtime/common/checksum/
H A Dalt-md5.cpp353 uint32_t cb = (uint32_t)RT_MIN(cbBuf, _2M);
/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsmemory.cpp59 #define RTVFSMEM_MAX_EXTENT_SIZE _2M
/vbox/src/VBox/Runtime/r3/posix/
H A Drtmempage-exec-mmap-heap-posix.cpp59 #define RTMEMPAGEPOSIX_BLOCK_SIZE _2M
/vbox/src/VBox/VMM/VMMR3/
H A DPGMDbg.cpp1246 pgmR3DumpHierarchyShwGuestPageInfo(pState, Pde.u & X86_PDE2M_PAE_PG_MASK, _2M);
1917 pgmR3DumpHierarchyGstPageInfo(pState, Pde.u & X86_PDE2M_PAE_PG_MASK, _2M);
H A DMMHyper.cpp93 cbHeap += _2M; /** @todo figure out extactly how much */
H A DPGMMap.cpp71 if (cb < _2M || cb > 64 * _1M)
H A DPDMUsb.cpp530 for (unsigned c = 0; c < _2M; c++)
H A DCFGM.cpp3223 else if (pLeaf->Value.Integer.u64 > _2M)
H A DPGMPhys.cpp4314 for (unsigned i = 0; i < _2M/PAGE_SIZE; i++)
/vbox/include/iprt/
H A Dx86.h1387 #define X86_PAGE_2M_SIZE _2M
H A Dcdefs.h2236 #define _2M 0x00200000 macro
/vbox/src/VBox/Runtime/testcase/
H A DtstRTInlineAsm.cpp1597 const unsigned cRounds = _2M;

Completed in 1484 milliseconds