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

/vbox/src/VBox/VMM/VMMR0/
H A DGVMMR0.cpp821 const uint32_t cbVM = RT_UOFFSETOF(VM, aCpus[cCpus]); local
822 const uint32_t cPages = RT_ALIGN_32(cbVM, PAGE_SIZE) >> PAGE_SHIFT;
832 pVM->cbSelf = cbVM;

Completed in 50 milliseconds