Searched refs:PGM_BTH_NAME_32BIT_PROT (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/VMM/VMMRC/ |
H A D | PGMRC.cpp | 74 #define PGM_BTH_NAME(name) PGM_BTH_NAME_32BIT_PROT(name)
|
/vbox/src/VBox/VMM/VMMR0/ |
H A D | PGMR0.cpp | 38 #define PGM_BTH_NAME(name) PGM_BTH_NAME_32BIT_PROT(name) 487 rc = PGM_BTH_NAME_32BIT_PROT(Trap0eHandler)(pVCpu, uErr, pRegFrame, GCPhysFault, &fLockTaken);
|
/vbox/src/VBox/VMM/VMMAll/ |
H A D | PGMAll.cpp | 105 #define PGM_BTH_NAME(name) PGM_BTH_NAME_32BIT_PROT(name) 1360 rc = PGM_BTH_NAME_32BIT_PROT(SyncPage)(pVCpu, PdeDummy, GCPhysFault, cPages, ~0U /*uErr*/);
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | PGM.cpp | 765 #define PGM_BTH_NAME(name) PGM_BTH_NAME_32BIT_PROT(name) 2911 rc = PGM_BTH_NAME_32BIT_PROT(InitData)( pVM, pModeData, fResolveGCAndR0); AssertRCReturn(rc, rc); 3531 rc2 = PGM_BTH_NAME_32BIT_PROT(Enter)(pVCpu, NIL_RTGCPHYS);
|
/vbox/src/VBox/VMM/include/ |
H A D | PGMInternal.h | 2845 #define PGM_BTH_NAME_32BIT_PROT(name) PGM_CTX(pgm,Bth32BitProt##name) macro
|
Completed in 321 milliseconds