Searched refs:enmAccess (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Storage/ |
H A D | VMDK.cpp | 301 VMDKACCESS enmAccess; member in struct:VMDKEXTENT 1623 VMDKACCESS enmAccess, uint64_t cNominalSectors, 1634 Assert((unsigned)enmAccess < RT_ELEMENTS(apszAccess)); 1647 RTStrPrintf(szExt, sizeof(szExt), "%s %llu %s ", apszAccess[enmAccess], 1653 apszAccess[enmAccess], cNominalSectors, 1659 apszAccess[enmAccess], cNominalSectors, 2090 pImage->pExtents[i].enmAccess = VMDKACCESS_READWRITE; 2095 pImage->pExtents[i].enmAccess = VMDKACCESS_READONLY; 2100 pImage->pExtents[i].enmAccess = VMDKACCESS_NOACCESS; 3393 pExtent->enmAccess 1622 vmdkDescExtInsert(PVMDKIMAGE pImage, PVMDKDESCRIPTOR pDescriptor, VMDKACCESS enmAccess, uint64_t cNominalSectors, VMDKETYPE enmType, const char *pszBasename, uint64_t uSectorOffset) argument [all...] |
/vbox/src/VBox/VMM/VMMAll/ |
H A D | PGMAllPool.cpp | 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; [all...] |
H A D | PGMAllBth.h | 2755 PGMPOOLACCESS enmAccess; 2771 enmAccess = (fNoExecute) ? PGMPOOLACCESS_USER_RW_NX : PGMPOOLACCESS_USER_RW; 2773 enmAccess = (fNoExecute) ? PGMPOOLACCESS_USER_R_NX : PGMPOOLACCESS_USER_R; 2778 enmAccess = (fNoExecute) ? PGMPOOLACCESS_SUPERVISOR_RW_NX : PGMPOOLACCESS_SUPERVISOR_RW; 2780 enmAccess = (fNoExecute) ? PGMPOOLACCESS_SUPERVISOR_R_NX : PGMPOOLACCESS_SUPERVISOR_R; 2782 rc = pgmPoolAlloc(pVM, GCPhys, BTH_PGMPOOLKIND_PT_FOR_BIG, enmAccess, PGM_A20_IS_ENABLED(pVCpu),
|
/vbox/src/VBox/VMM/include/ |
H A D | PGMInternal.h | 2177 uint8_t enmAccess; member in struct:PGMPOOLPAGE 2178 /** This supplements enmKind and enmAccess */ 4089 int pgmPoolAlloc(PVM pVM, RTGCPHYS GCPhys, PGMPOOLKIND enmKind, PGMPOOLACCESS enmAccess, bool fA20Enabled,
|
/vbox/src/VBox/VMM/testcase/ |
H A D | tstVMStruct.h | 851 GEN_CHECK_OFF(PGMPOOLPAGE, enmAccess);
|
Completed in 7147 milliseconds