Lines Matching defs:PGMRAMRANGE
1376 typedef struct PGMRAMRANGE
1383 R3PTRTYPE(struct PGMRAMRANGE *) pNextR3;
1385 R0PTRTYPE(struct PGMRAMRANGE *) pNextR0;
1387 RCPTRTYPE(struct PGMRAMRANGE *) pNextRC;
1399 R0PTRTYPE(struct PGMRAMRANGE *) pSelfR0;
1401 RCPTRTYPE(struct PGMRAMRANGE *) pSelfRC;
1406 R3PTRTYPE(struct PGMRAMRANGE *) pLeftR3;
1408 R3PTRTYPE(struct PGMRAMRANGE *) pRightR3;
1410 R0PTRTYPE(struct PGMRAMRANGE *) pLeftR0;
1412 R0PTRTYPE(struct PGMRAMRANGE *) pRightR0;
1414 RCPTRTYPE(struct PGMRAMRANGE *) pLeftRC;
1416 RCPTRTYPE(struct PGMRAMRANGE *) pRightRC;
1424 } PGMRAMRANGE;
1426 typedef PGMRAMRANGE *PPGMRAMRANGE;
1428 /** @name PGMRAMRANGE::fFlags
1466 * PGMRAMRANGE have a copy of the active one. It is important that these
1499 * into a PGMRAMRANGE. It also keeps track of additional info like the
1589 * while another is that the PGMRAMRANGE associated with such a region may
1623 PGMRAMRANGE RamRange;