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

/vbox/src/VBox/VMM/VMMRC/
H A DPGMRC.cpp101 #define PGM_BTH_NAME(name) PGM_BTH_NAME_PAE_REAL(name)
107 #define PGM_BTH_NAME(name) PGM_BTH_NAME_PAE_REAL(name)
/vbox/src/VBox/VMM/VMMR3/
H A DPGM.cpp821 #define PGM_BTH_NAME(name) PGM_BTH_NAME_PAE_REAL(name)
829 #define PGM_BTH_NAME(name) PGM_BTH_NAME_PAE_REAL(name)
2925 rc = PGM_BTH_NAME_PAE_REAL(InitData)( pVM, pModeData, fResolveGCAndR0); AssertRCReturn(rc, rc);
3511 rc2 = PGM_BTH_NAME_PAE_REAL(Enter)(pVCpu, NIL_RTGCPHYS);
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAll.cpp143 #define PGM_BTH_NAME(name) PGM_BTH_NAME_PAE_REAL(name)
149 #define PGM_BTH_NAME(name) PGM_BTH_NAME_PAE_REAL(name)
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h2847 #define PGM_BTH_NAME_PAE_REAL(name) PGM_CTX(pgm,BthPAEReal##name) macro

Completed in 1382 milliseconds