Changeset 45620 in vbox for trunk/include/VBox
- Timestamp:
- Apr 18, 2013 8:07:14 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 85123
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r45618 r45620 360 360 /** Continue execution after patch trap. */ 361 361 #define VINF_PATCH_CONTINUE (1430) 362 /** The patch manager is not used because we're using HM and VT-x/AMD-V. */ 363 #define VERR_PATM_HM_IPE (-1431) 362 364 363 365 /** @} */ … … 375 377 /** Reason for leaving RC: CSAM wants perform a task in ring-3. */ 376 378 #define VINF_CSAM_PENDING_ACTION 1503 379 /** The CSAM is not used because we're using HM and VT-x/AMD-V. */ 380 #define VERR_CSAM_HM_IPE (-1504) 377 381 /** @} */ 378 382 -
trunk/include/VBox/vmm/patm.h
r45528 r45620 147 147 VMM_INT_DECL(uint32_t) PATMRawGetEFlags(PVM pVM, PCCPUMCTXCORE pCtxCore); 148 148 VMM_INT_DECL(void) PATMRawSetEFlags(PVM pVM, PCPUMCTXCORE pCtxCore, uint32_t efl); 149 VMM_INT_DECL(RCPTRTYPE(PPATMGCSTATE)) PATM QueryGCState(PVM pVM);149 VMM_INT_DECL(RCPTRTYPE(PPATMGCSTATE)) PATMGetGCState(PVM pVM); 150 150 VMM_INT_DECL(bool) PATMShouldUseRawMode(PVM pVM, RTRCPTR pAddrGC); 151 151 VMM_INT_DECL(int) PATMSetMMIOPatchInfo(PVM pVM, RTGCPHYS GCPhys, RTRCPTR pCachedData);
Note:
See TracChangeset
for help on using the changeset viewer.