Searched defs:PGMROMPAGE (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h817 GEN_CHECK_SIZE(PGMROMPAGE); variable
818 GEN_CHECK_OFF(PGMROMPAGE, Virgin);
819 GEN_CHECK_OFF(PGMROMPAGE, Shadow);
820 GEN_CHECK_OFF(PGMROMPAGE, enmProt);
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h1469 typedef struct PGMROMPAGE struct
1489 } PGMROMPAGE; typedef in typeref:struct:PGMROMPAGE
1490 AssertCompileSizeAlignment(PGMROMPAGE, 8);
1492 typedef PGMROMPAGE *PPGMROMPAGE;
1528 /** Alignment padding ensuring that aPages is sizeof(PGMROMPAGE) aligned. */
1538 PGMROMPAGE aPages[1];

Completed in 91 milliseconds