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

/vbox/src/VBox/VMM/include/
H A DPGMInternal.h328 /** @def PGM_DYNMAP_UNUSED_HINT
339 # define PGM_DYNMAP_UNUSED_HINT(pVCpu, pvPage) pgmRZDynMapUnusedHint(pVCpu, pvPage, RT_SRC_POS) macro
341 # define PGM_DYNMAP_UNUSED_HINT(pVCpu, pvPage) pgmRZDynMapUnusedHint(pVCpu, pvPage) macro
344 # define PGM_DYNMAP_UNUSED_HINT(pVCpu, pvPage) do {} while (0) macro
356 #define PGM_DYNMAP_UNUSED_HINT_VM(pVM, pvPage) PGM_DYNMAP_UNUSED_HINT(VMMGetCpu(pVM), pvPage)

Completed in 108 milliseconds