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

/vbox/src/VBox/VMM/VMMR3/
H A DPGM.cpp1142 #define PGM_BTH_NAME(name) PGM_BTH_NAME_EPT_32BIT(name)
3065 rc = PGM_BTH_NAME_EPT_32BIT(InitData)( pVM, pModeData, fResolveGCAndR0); AssertRCReturn(rc, rc);
3566 rc2 = PGM_BTH_NAME_EPT_32BIT(Enter)(pVCpu, GCPhysCR3);
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAll.cpp354 # define PGM_BTH_NAME(name) PGM_BTH_NAME_EPT_32BIT(name)
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h2860 #define PGM_BTH_NAME_EPT_32BIT(name) PGM_CTX(pgm,BthEPT32Bit##name) macro

Completed in 3033 milliseconds