Lines Matching refs:PGMPAGE
702 typedef union PGMPAGE
755 } PGMPAGE;
756 AssertCompileSize(PGMPAGE, 16);
758 typedef PGMPAGE *PPGMPAGE;
760 typedef const PGMPAGE *PCPGMPAGE;
800 /** @name The Page state, PGMPAGE::uStateY.
1070 /** @name PT usage values (PGMPAGE::u2PDEType).
1106 /** @name Physical Access Handler State values (PGMPAGE::u2HandlerPhysStateY).
1153 /** @name Virtual Access Handler State values (PGMPAGE::u2HandlerVirtStateY).
1418 /** Padding to make aPage aligned on sizeof(PGMPAGE). */
1423 PGMPAGE aPages[1];
1465 * backing it. This structure contains the PGMPAGE for both while
1472 PGMPAGE Virgin;
1474 PGMPAGE Shadow;
1616 /** MMIO2 range identifier, for page IDs (PGMPAGE::s.idPage). */
1618 /** Alignment padding for putting the ram range on a PGMPAGE alignment boundary. */
2533 * This is currently as a 16-bit word in the PGMPAGE structure, the idea though
3971 /** Updates the virtual access handler state bit in PGMPAGE. */