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

/vbox/src/VBox/VMM/VMMR3/
H A DCSAM.cpp80 static int csamRemovePageRecord(PVM pVM, RTRCPTR GCPtr);
461 csamRemovePageRecord(pVM, pPageRec->page.pPageGC);
1688 csamRemovePageRecord(pVM, addr);
1756 rc = csamRemovePageRecord(pVM, addr);
2072 static int csamRemovePageRecord(PVM pVM, RTRCPTR GCPtr) function
2078 Log(("csamRemovePageRecord %RRv\n", GCPtr));
2437 csamRemovePageRecord(pVM, GCPtr);

Completed in 40 milliseconds