Searched refs:PGMRELOCATECALL (Results 1 - 3 of 3) sorted by relevance

/vbox/include/VBox/vmm/
H A Dpgm.h46 typedef enum PGMRELOCATECALL enum
52 } PGMRELOCATECALL; typedef in typeref:enum:PGMRELOCATECALL
73 typedef DECLCALLBACK(bool) FNPGMRELOCATE(PVM pVM, RTGCPTR GCPtrOld, RTGCPTR GCPtrNew, PGMRELOCATECALL enmMode, void *pvUser);
/vbox/src/VBox/VMM/VMMR3/
H A DMMHyper.cpp41 static DECLCALLBACK(bool) mmR3HyperRelocateCallback(PVM pVM, RTGCPTR GCPtrOld, RTGCPTR GCPtrNew, PGMRELOCATECALL enmMode,
337 PGMRELOCATECALL enmMode, void *pvUser)
H A DPGMPhys.cpp1507 static DECLCALLBACK(bool) pgmR3PhysRamRangeRelocate(PVM pVM, RTGCPTR GCPtrOld, RTGCPTR GCPtrNew, PGMRELOCATECALL enmMode, void *pvUser)

Completed in 59 milliseconds