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

/vbox/src/VBox/VMM/include/
H A DPGMInternal.h3701 #define PGMCPU2PGM(pPGMCpu) ( (PPGM)((char *)(pPGMCpu) - (pPGMCpu)->offPGM) )
3713 int32_t offPGM; member in struct:PGMCPU
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h598 GEN_CHECK_OFF(PGMCPU, offPGM);
/vbox/src/VBox/VMM/VMMR3/
H A DPGM.cpp1259 pPGM->offPGM = (uintptr_t)&pVCpu->pgm.s - (uintptr_t)&pVM->pgm.s;

Completed in 213 milliseconds