Searched refs:u32PageFileSize (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceStats.cpp173 req.guestStats.u32PageFileSize = (uint32_t)(memStatus.ullTotalPageFile / _4K) - req.guestStats.u32PhysMemTotal;
317 req.guestStats.u32PageFileSize = u64PagedTotal / _4K;
494 req.guestStats.u32PageFileSize = u64PagedTotal; /* already in pages */
/vbox/src/VBox/Main/src-client/
H A DVMMDevInterface.cpp595 guest->i_setStatistic(pGuestStats->u32CpuId, GUESTSTATTYPE_PAGETOTAL, pGuestStats->u32PageFileSize);
/vbox/include/VBox/
H A DVMMDev.h923 uint32_t u32PageFileSize; member in struct:VBoxGuestStatistics
/vbox/src/VBox/Devices/VMMDev/
H A DVMMDev.cpp1978 Log(("CPU%u: Page file size %-4d MB\n", pGuestStats->u32CpuId, pGuestStats->u32PageFileSize / (_1M/_4K)));

Completed in 127 milliseconds