Changeset 55001 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Mar 29, 2015 4:59:20 PM (10 years ago)
- Location:
- trunk/include/VBox/vmm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/csam.h
r53615 r55001 87 87 VMMR3_INT_DECL(int) CSAMR3RemovePage(PVM pVM, RTRCPTR addr); 88 88 VMMR3_INT_DECL(int) CSAMR3CheckCode(PVM pVM, RTRCPTR pInstrGC); 89 VMMR3_INT_DECL(int) CSAMR3CheckCodeEx(PVM pVM, PCPUMCTX CORE pCtxCore, RTRCPTR pInstrGC);89 VMMR3_INT_DECL(int) CSAMR3CheckCodeEx(PVM pVM, PCPUMCTX pCtx, RTRCPTR pInstrGC); 90 90 VMMR3_INT_DECL(int) CSAMR3MarkCode(PVM pVM, RTRCPTR pInstr, uint32_t cbInstr, bool fScanned); 91 91 VMMR3_INT_DECL(int) CSAMR3DoPendingAction(PVM pVM, PVMCPU pVCpu); -
trunk/include/VBox/vmm/patm.h
r55000 r55001 155 155 VMM_INT_DECL(bool) PATMIsInt3Patch(PVM pVM, RTRCPTR pInstrGC, uint32_t *pOpcode, uint32_t *pSize); 156 156 VMM_INT_DECL(bool) PATMAreInterruptsEnabled(PVM pVM); 157 VMM_INT_DECL(bool) PATMAreInterruptsEnabledByCtx Core(PVM pVM, PCPUMCTXCORE pCtxCore);157 VMM_INT_DECL(bool) PATMAreInterruptsEnabledByCtx(PVM pVM, PCPUMCTX pCtx); 158 158 #ifdef PATM_EMULATE_SYSENTER 159 159 VMM_INT_DECL(int) PATMSysCall(PVM pVM, PCPUMCTX pCtx, PDISCPUSTATE pCpu);
Note:
See TracChangeset
for help on using the changeset viewer.