Searched defs:fTraces (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.h262 uint32_t fTraces; member in struct:__anon13211
H A DDevVGA-SVGA.cpp232 SSMFIELD_ENTRY( VMSVGAState, fTraces),
260 static void vmsvgaSetTraces(PVGASTATE pThis, bool fTraces);
885 *pu32 = pThis->svga.fTraces;
1105 /* Disable or enable dirty page tracking according to the current fTraces value. */
1106 vmsvgaSetTraces(pThis, !!pThis->svga.fTraces);
1197 pThis->svga.fTraces = true;
1199 vmsvgaSetTraces(pThis, !!pThis->svga.fTraces);
1355 if (pThis->svga.fTraces == u32)
3421 * @param fTraces Enable/disable traces
3423 static void vmsvgaSetTraces(PVGASTATE pThis, bool fTraces) argument
[all...]

Completed in 54 milliseconds