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

/vbox/src/VBox/VMM/VMMR3/
H A DPATMSSM.cpp524 * @param pVM1 Pointer to the VM
526 static DECLCALLBACK(int) patmSaveP2GLookupRecords(PAVLU32NODECORE pNode, void *pVM1) argument
528 PVM pVM = (PVM)pVM1;
546 * @param pVM1 Pointer to the VM
548 static DECLCALLBACK(int) patmSaveFixupRecords(PAVLPVNODECORE pNode, void *pVM1) argument
550 PVM pVM = (PVM)pVM1;
671 * @param pVM1 Pointer to the VM
673 static DECLCALLBACK(int) patmSavePatchState(PAVLOU32NODECORE pNode, void *pVM1) argument
675 PVM pVM = (PVM)pVM1;
H A DCSAM.cpp494 * @param pVM1 Pointer to the VM
496 static DECLCALLBACK(int) SavePageState(PAVLPVNODECORE pNode, void *pVM1) argument
498 PVM pVM = (PVM)pVM1;

Completed in 54 milliseconds