Searched defs:VMDK_GT_CACHELINE_SIZE (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Storage/
H A DVMDK.cpp342 #define VMDK_GT_CACHELINE_SIZE 128 macro
389 uint32_t aGTData[VMDK_GT_CACHELINE_SIZE];
2690 || pExtent->cGTEntries < VMDK_GT_CACHELINE_SIZE)
4142 uint32_t cCacheLines = RT_ALIGN(pExtent->cGTEntries, VMDK_GT_CACHELINE_SIZE) / VMDK_GT_CACHELINE_SIZE;
4145 VMDK_GT_CACHELINE_SIZE * sizeof(uint32_t));
4155 uint32_t cCacheLines = RT_ALIGN(pExtent->cGTEntries, VMDK_GT_CACHELINE_SIZE) / VMDK_GT_CACHELINE_SIZE;
4167 for (uint32_t j = 0; j < VMDK_GT_CACHELINE_SIZE; j++, pGTTmp++)
4206 for (uint32_t j = 0; j < VMDK_GT_CACHELINE_SIZE;
[all...]

Completed in 60 milliseconds