Searched defs:fDirty (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DPDMBlkCache.cpp2593 bool fDirty = false; local
2626 fDirty = true;
2636 fDirty = true;
2651 fDirty = true;
2661 if (fDirty)
H A DPATM.cpp1284 * @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 DDevVGA-SVGA3d-win.cpp77 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 DDevVGA-SVGA3d-ogl.cpp486 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 DPATMInternal.h231 bool fDirty; member in struct:RECPATCHTOGUEST
609 PATM_LOOKUP_TYPE enmType, bool fDirty = false);
H A DPGMInternal.h1335 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 DVMDK.cpp370 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 155 milliseconds