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

/vbox/src/VBox/VMM/VMMR3/
H A DPGMPhys.cpp3901 * The structure passed in the pvUser argument of pgmR3PhysChunkUnmapCandidateCallback().
3914 static DECLCALLBACK(int) pgmR3PhysChunkUnmapCandidateCallback(PAVLU32NODECORE pNode, void *pvUser) function
3977 RTAvlU32DoWithAll(&pVM->pgm.s.ChunkR3Map.pTree, true /*fFromLeft*/, pgmR3PhysChunkUnmapCandidateCallback, &Args);

Completed in 109 milliseconds