Searched refs:PGM_SHW_NAME_PAE (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/VMM/VMMRC/ |
H A D | PGMRC.cpp | 100 #define PGM_SHW_NAME(name) PGM_SHW_NAME_PAE(name)
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | PGM.cpp | 818 #define PGM_SHW_NAME(name) PGM_SHW_NAME_PAE(name) 2923 rc = PGM_SHW_NAME_PAE(InitData)( pVM, pModeData, fResolveGCAndR0); AssertRCReturn(rc, rc); 2930 rc = PGM_SHW_NAME_PAE(InitData)( pVM, pModeData, fResolveGCAndR0); AssertRCReturn(rc, rc); 2937 rc = PGM_SHW_NAME_PAE(InitData)( pVM, pModeData, fResolveGCAndR0); AssertRCReturn(rc, rc); 2944 rc = PGM_SHW_NAME_PAE(InitData)( pVM, pModeData, fResolveGCAndR0); AssertRCReturn(rc, rc); 3014 rc = PGM_SHW_NAME_PAE(InitData)( pVM, pModeData, fResolveGCAndR0); AssertRCReturn(rc, rc); 3462 rc = PGM_SHW_NAME_PAE(Enter)(pVCpu, false);
|
/vbox/src/VBox/VMM/VMMAll/ |
H A D | PGMAll.cpp | 142 #define PGM_SHW_NAME(name) PGM_SHW_NAME_PAE(name)
|
/vbox/src/VBox/VMM/include/ |
H A D | PGMInternal.h | 2828 #define PGM_SHW_NAME_PAE(name) PGM_CTX(pgm,ShwPAE##name) macro
|
Completed in 543 milliseconds