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

/vbox/src/VBox/VMM/VMMR3/
H A DPGMPhys.cpp1102 unsigned cbPhysPage = cPages * sizeof(paPhysPage[0]); local
1103 RTGCPHYS *paPhysPageCopy = (RTGCPHYS *)RTMemAlloc(cbPhysPage);
1106 memcpy(paPhysPageCopy, paPhysPage, cbPhysPage);

Completed in 129 milliseconds