Searched refs:PATM (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DPATMSSM.cpp145 static int patmCorrectFixup(PVM pVM, unsigned ulSSMVersion, PATM &patmInfo, PPATCHINFO pPatch, PRELOCREC pRec,
153 * SSM descriptor table for the PATM structure.
158 SSMFIELD_ENTRY_IGNORE( PATM, offVM),
159 SSMFIELD_ENTRY_RCPTR( PATM, pPatchMemGC),
160 SSMFIELD_ENTRY_IGN_HCPTR( PATM, pPatchMemHC),
161 SSMFIELD_ENTRY( PATM, cbPatchMem),
162 SSMFIELD_ENTRY( PATM, offPatchMem),
163 SSMFIELD_ENTRY( PATM, fOutOfMemory),
165 SSMFIELD_ENTRY( PATM, deltaReloc),
166 SSMFIELD_ENTRY_IGN_HCPTR( PATM, pGCStateH
[all...]
H A DPATMA.asm3 ; PATM Assembly Routines.
1961 mov edi, dword [esp+16+8] ; PATM return address
2333 ; 1) Check if the return patch address was pushed onto the PATM stack
2338 ; 1) Check if the return patch address was pushed on the PATM stack
2377 add dword [ss:edx], 4 ; pop return address from the PATM stack (sizeof(RTGCPTR); @note hardcoded assumption!)
2493 ; invalidate the PATM stack as we'll jump back to guest code
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h1206 GEN_CHECK_SIZE(PATM); variable
1207 GEN_CHECK_OFF(PATM, offVM);
1208 GEN_CHECK_OFF(PATM, pPatchMemGC);
1209 GEN_CHECK_OFF(PATM, pPatchMemHC);
1210 GEN_CHECK_OFF(PATM, cbPatchMem);
1211 GEN_CHECK_OFF(PATM, offPatchMem);
1212 GEN_CHECK_OFF(PATM, fOutOfMemory);
1213 GEN_CHECK_OFF(PATM, deltaReloc);
1214 GEN_CHECK_OFF(PATM, pGCStateGC);
1215 GEN_CHECK_OFF(PATM, pGCStateH
[all...]
/vbox/src/VBox/VMM/include/
H A DPATMInternal.h3 * PATM - Internal header file.
246 /** Patch offset (relative to PATM::pPatchMemGC / PATM::pPatchMemHC). */
313 /** PATM flags (see PATMFL_*). */
409 * AVL trees used by PATM.
432 * PATM VM Instance data.
435 typedef struct PATM struct
448 /** Flag whether PATM ran out of patch memory. */
461 /** GC PATM state pointer - HC pointer. */
463 /** GC PATM stat
593 } PATM, *PPATM; typedef in typeref:struct:PATM
[all...]
/vbox/src/VBox/Runtime/VBox/
H A Dlog-vbox.cpp269 ASSERT_LOG_GROUP(PATM);
/vbox/src/VBox/VMM/VMMAll/
H A DMMAll.cpp602 TAG2STR(PATM);
/vbox/include/VBox/vmm/
H A Dvm.h363 * @remarks Don't move - PATM compatibility. */
900 /** PATM enabled flag.
1067 /** PATM part. */
1071 struct PATM s;

Completed in 64 milliseconds