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

/vbox/src/VBox/Devices/EFI/
H A DDevEFI.cpp186 uint32_t cbBelow4GB; member in struct:DEVEFI
2166 pThis->cbBelow4GB = RT_MIN(pThis->cbRam, _4G - pThis->cbRamHole);
2167 pThis->cbAbove4GB = pThis->cbRam - pThis->cbBelow4GB;

Completed in 37 milliseconds