Searched refs:PGM_GST_NAME_AMD64 (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/VMM/VMMRC/ |
H A D | PGMRC.cpp | 155 #define PGM_GST_NAME(name) PGM_GST_NAME_AMD64(name)
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | PGM.cpp | 935 # define PGM_GST_NAME(name) PGM_GST_NAME_AMD64(name) 1061 # define PGM_GST_NAME(name) PGM_GST_NAME_AMD64(name) 1184 # define PGM_GST_NAME(name) PGM_GST_NAME_AMD64(name) 2953 rc = PGM_GST_NAME_AMD64(InitData)( pVM, pModeData, fResolveGCAndR0); AssertRCReturn(rc, rc); 2986 rc = PGM_GST_NAME_AMD64(InitData)( pVM, pModeData, fResolveGCAndR0); AssertRCReturn(rc, rc); 3079 rc = PGM_GST_NAME_AMD64(InitData)( pVM, pModeData, fResolveGCAndR0); AssertRCReturn(rc, rc); 3612 rc = PGM_GST_NAME_AMD64(Enter)(pVCpu, GCPhysCR3);
|
/vbox/src/VBox/VMM/VMMAll/ |
H A D | PGMAll.cpp | 237 # define PGM_GST_NAME(name) PGM_GST_NAME_AMD64(name) 307 # define PGM_GST_NAME(name) PGM_GST_NAME_AMD64(name) 378 # define PGM_GST_NAME(name) PGM_GST_NAME_AMD64(name) 1452 return PGM_GST_NAME_AMD64(Walk)(pVCpu, GCPtr, &pWalk->u.Amd64);
|
/vbox/src/VBox/VMM/include/ |
H A D | PGMInternal.h | 2819 #define PGM_GST_NAME_AMD64(name) PGM_CTX(pgm,GstAMD64##name) macro
|
Completed in 4071 milliseconds