Searched defs:fDirty (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/VMM/VMMR3/ |
H A D | PDMBlkCache.cpp | 2593 bool fDirty = false; local 2626 fDirty = true; 2636 fDirty = true; 2651 fDirty = true; 2661 if (fDirty)
|
H A D | PATM.cpp | 1284 * @param fDirty Dirty flag 1289 void patmR3AddP2GLookupRecord(PVM pVM, PPATCHINFO pPatch, uint8_t *pPatchInstrHC, RTRCPTR pInstrGC, PATM_LOOKUP_TYPE enmType, bool fDirty) argument 1296 LogFlowFunc(("pVM=%#p pPatch=%#p pPatchInstrHC=%#p pInstrGC=%#x enmType=%d fDirty=%RTbool\n", 1297 pVM, pPatch, pPatchInstrHC, pInstrGC, enmType, fDirty)); 1320 pPatchToGuestRec->fDirty = fDirty; 4983 if (pPatchToGuestRec && !pPatchToGuestRec->fDirty) 5002 pPatchToGuestRec->fDirty = true; 6175 pRec->fDirty = false; 6203 pRec->fDirty [all...] |
/vbox/src/VBox/Devices/Graphics/ |
H A D | DevVGA-SVGA3d-win.cpp | 77 bool fDirty; member in struct:__anon13187 89 SSMFIELD_ENTRY_IGNORE( VMSVGA3DMIPMAPLEVEL, fDirty), 121 bool fDirty; member in struct:__anon13190 161 SSMFIELD_ENTRY_IGNORE( VMSVGA3DSURFACE, fDirty), 2137 if (pSurface->fDirty) 2142 if (pSurface->pMipmapLevels[i].fDirty) 2168 pSurface->pMipmapLevels[i].fDirty = false; 2185 pSurface->fDirty = false; 2391 pSurface->pMipmapLevels[host.mipmap].fDirty = true; 2392 pSurface->fDirty [all...] |
H A D | DevVGA-SVGA3d-ogl.cpp | 486 bool fDirty; member in struct:__anon13171 498 SSMFIELD_ENTRY_IGNORE( VMSVGA3DMIPMAPLEVEL, fDirty), 528 bool fDirty; member in struct:__anon13172 554 SSMFIELD_ENTRY_IGNORE( VMSVGA3DSURFACE, fDirty), 3097 if (pSurface->fDirty) 3103 if (pSurface->pMipmapLevels[i].fDirty || i == 0) 3105 if (pSurface->pMipmapLevels[i].fDirty) 3120 pSurface->pMipmapLevels[i].fDirty = false; 3123 pSurface->fDirty = false; 3475 pSurface->pMipmapLevels[host.mipmap].fDirty [all...] |
/vbox/src/VBox/VMM/include/ |
H A D | PATMInternal.h | 231 bool fDirty; member in struct:RECPATCHTOGUEST 609 PATM_LOOKUP_TYPE enmType, bool fDirty = false);
|
H A D | PGMInternal.h | 1335 uint32_t fDirty : 1; member in struct:PGMLIVESAVERAMPAGE 1485 bool fDirty; member in struct:PGMROMPAGE::__anon16960 1563 bool fDirty; member in struct:PGMLIVESAVEMMIO2PAGE 2195 bool fDirty : 1; member in struct:PGMPOOLPAGE 2224 /** Index into PGMPOOL::aDirtyPages if fDirty is set. */
|
/vbox/src/VBox/Storage/ |
H A D | VMDK.cpp | 370 bool fDirty; member in struct:VMDKDESCRIPTOR 1409 pDescriptor->fDirty = true; 1549 pDescriptor->fDirty = true; 1693 pDescriptor->fDirty = true; 1963 pDescriptor->fDirty = false; 2474 pImage->Descriptor.fDirty = false; 4389 if (pImage->Descriptor.fDirty) 5548 pImage->Descriptor.fDirty = true;
|
Completed in 104 milliseconds