Searched refs:PGMMMIO2RANGE (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h834 GEN_CHECK_SIZE(PGMMMIO2RANGE); variable
835 GEN_CHECK_OFF(PGMMMIO2RANGE, pDevInsR3);
836 GEN_CHECK_OFF(PGMMMIO2RANGE, pNextR3);
837 GEN_CHECK_OFF(PGMMMIO2RANGE, fMapped);
838 GEN_CHECK_OFF(PGMMMIO2RANGE, fOverlapping);
839 GEN_CHECK_OFF(PGMMMIO2RANGE, iRegion);
840 GEN_CHECK_OFF(PGMMMIO2RANGE, RamRange);
H A DtstVMStructSize.cpp373 CHECK_MEMBER_ALIGNMENT(PGMMMIO2RANGE, RamRange, 16);
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h1598 typedef struct PGMMMIO2RANGE struct
1605 R3PTRTYPE(struct PGMMMIO2RANGE *) pNextR3;
1624 } PGMMMIO2RANGE; typedef in typeref:struct:PGMMMIO2RANGE
1626 typedef PGMMMIO2RANGE *PPGMMMIO2RANGE;
/vbox/src/VBox/VMM/VMMR3/
H A DPGMPhys.cpp2566 const size_t cbRange = RT_OFFSETOF(PGMMMIO2RANGE, RamRange.aPages[cPages]);

Completed in 78 milliseconds