Lines Matching refs:enmAccess
2189 * @param enmAccess Access type for the mapping (only relevant for big pages)
2197 static int pgmPoolCacheAlloc(PPGMPOOL pPool, RTGCPHYS GCPhys, PGMPOOLKIND enmKind, PGMPOOLACCESS enmAccess, bool fA20Enabled,
2214 && (PGMPOOLACCESS)pPage->enmAccess == enmAccess
4901 pPage->enmAccess = PGMPOOLACCESS_DONTCARE;
5016 * @param enmAccess Access type for the mapping (only relevant for big pages)
5025 int pgmPoolAlloc(PVM pVM, RTGCPHYS GCPhys, PGMPOOLKIND enmKind, PGMPOOLACCESS enmAccess, bool fA20Enabled,
5040 int rc2 = pgmPoolCacheAlloc(pPool, GCPhys, enmKind, enmAccess, fA20Enabled, iUser, iUserTable, ppPage);
5081 pPage->enmAccess = enmAccess;
5111 pPage->enmAccess = PGMPOOLACCESS_DONTCARE;
5352 pPage->enmAccess = PGMPOOLACCESS_DONTCARE;