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

/vbox/include/VBox/vmm/
H A Dmm.h302 VMMR3DECL(RTHCPHYS) MMR3PageDummyHCPhys(PVM pVM);
/vbox/src/VBox/VMM/VMMR3/
H A DMMPagePool.cpp520 VMMR3DECL(RTHCPHYS) MMR3PageDummyHCPhys(PVM pVM) function
H A DPGM.cpp2139 RTHCPHYS HCPhysDummy = MMR3PageDummyHCPhys(pVM);
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllBth.h4166 if (HCPhysShw != MMR3PageDummyHCPhys(pVM)) /** @todo this is wrong. */
4186 # ifdef IN_RING3 /** @todo make MMR3PageDummyHCPhys an 'All' function! */
4187 if (HCPhysShw != MMR3PageDummyHCPhys(pVM)) /** @todo this is wrong. */
4400 if (HCPhysShw != MMR3PageDummyHCPhys(pVM)) /** @todo this is wrong. */
4418 # ifdef IN_RING3 /** @todo make MMR3PageDummyHCPhys an 'All' function! */
4419 if (HCPhysShw != MMR3PageDummyHCPhys(pVM)) /** @todo this is wrong. */

Completed in 71 milliseconds