Searched refs:_2M (Results 1 - 20 of 20) sorted by relevance
/vbox/src/VBox/Runtime/r0drv/darwin/ |
H A D | memobj-r0drv-darwin.cpp | 303 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 D | dbgkrnlinfo-r0drv-darwin.cpp | 709 if (pSymTab->strsize > _2M)
|
/vbox/src/VBox/Runtime/r0drv/ |
H A D | memobj-r0drv.cpp | 539 || 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 D | memobj-r0drv-solaris.h | 78 case _2M: uPageShift = 21; break;
|
/vbox/src/VBox/VMM/VMMAll/ |
H A D | PGMAllBth.h | 3850 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 D | PGMAllPhys.cpp | 739 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 D | PGMR0.cpp | 220 int rc = GMMR0AllocateLargePage(pVM, pVCpu->idCpu, _2M,
|
H A D | GMMR0.cpp | 3064 AssertCompile(GMM_CHUNK_SIZE == _2M);
|
/vbox/src/VBox/Runtime/common/checksum/ |
H A D | alt-md5.cpp | 353 uint32_t cb = (uint32_t)RT_MIN(cbBuf, _2M);
|
/vbox/src/VBox/Runtime/common/vfs/ |
H A D | vfsmemory.cpp | 59 #define RTVFSMEM_MAX_EXTENT_SIZE _2M
|
/vbox/src/VBox/Runtime/r3/posix/ |
H A D | rtmempage-exec-mmap-heap-posix.cpp | 59 #define RTMEMPAGEPOSIX_BLOCK_SIZE _2M
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | PGMDbg.cpp | 1246 pgmR3DumpHierarchyShwGuestPageInfo(pState, Pde.u & X86_PDE2M_PAE_PG_MASK, _2M); 1917 pgmR3DumpHierarchyGstPageInfo(pState, Pde.u & X86_PDE2M_PAE_PG_MASK, _2M);
|
H A D | MMHyper.cpp | 93 cbHeap += _2M; /** @todo figure out extactly how much */
|
H A D | PGMMap.cpp | 71 if (cb < _2M || cb > 64 * _1M)
|
H A D | PDMUsb.cpp | 530 for (unsigned c = 0; c < _2M; c++)
|
H A D | CFGM.cpp | 3223 else if (pLeaf->Value.Integer.u64 > _2M)
|
H A D | PGMPhys.cpp | 4314 for (unsigned i = 0; i < _2M/PAGE_SIZE; i++)
|
/vbox/include/iprt/ |
H A D | x86.h | 1387 #define X86_PAGE_2M_SIZE _2M
|
H A D | cdefs.h | 2236 #define _2M 0x00200000 macro
|
/vbox/src/VBox/Runtime/testcase/ |
H A D | tstRTInlineAsm.cpp | 1597 const unsigned cRounds = _2M;
|
Completed in 1484 milliseconds