Searched refs:PGMRELOCATECALL_SUGGEST (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DPGMMap.cpp437 || !pCur->pfnRelocate(pVM, GCPtrOld, (RTGCPTR)iPDNew << X86_PD_SHIFT, PGMRELOCATECALL_SUGGEST, pCur->pvUser))
443 || !pCur->pfnRelocate(pVM, GCPtrOld, (RTGCPTR)iPDNew << X86_PD_SHIFT, PGMRELOCATECALL_SUGGEST, pCur->pvUser))
618 if (!pCur->pfnRelocate(pVM, pCur->GCPtr, GCPtrCur, PGMRELOCATECALL_SUGGEST, pCur->pvUser))
1219 if (pMapping->pfnRelocate(pVM, GCPtrOldMapping, GCPtrNewMapping, PGMRELOCATECALL_SUGGEST, pMapping->pvUser))
1307 if (pMapping->pfnRelocate(pVM, GCPtrOldMapping, GCPtrNewMapping, PGMRELOCATECALL_SUGGEST, pMapping->pvUser))
H A DMMHyper.cpp345 case PGMRELOCATECALL_SUGGEST:
H A DPGMPhys.cpp1515 case PGMRELOCATECALL_SUGGEST:
/vbox/include/VBox/vmm/
H A Dpgm.h49 PGMRELOCATECALL_SUGGEST = 1, enumerator in enum:PGMRELOCATECALL

Completed in 63 milliseconds