- Timestamp:
- Feb 28, 2007 8:36:11 AM (18 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/csam.h
r881 r1085 214 214 * @returns VBox status code. 215 215 * @param pVM The VM to operate on. 216 * @param pCtx CPU context 216 * @param Sel selector 217 * @param pHiddenSel The hidden selector register. 217 218 * @param pInstrGC Instruction pointer 218 219 */ 219 CSAMR3DECL(int) CSAMR3CheckCode(PVM pVM, PCPUMCTX pCtx, RTGCPTR pInstrGC); 220 CSAMR3DECL(int) CSAMR3CheckCodeEx(PVM pVM, RTSEL Sel, CPUMSELREGHID *pHiddenSel, RTGCPTR pInstrGC); 221 222 /** 223 * Scan and analyse code 224 * 225 * @returns VBox status code. 226 * @param pVM The VM to operate on. 227 * @param pInstrGC Instruction pointer (0:32 virtual address) 228 */ 229 CSAMR3DECL(int) CSAMR3CheckCode(PVM pVM, RTGCPTR pInstrGC); 220 230 221 231 /** -
trunk/include/VBox/patm.h
r883 r1085 496 496 * @returns VBox status code. 497 497 * @param pVM The VM to operate on. 498 * @param pInstr Guest context point er to privileged instruction498 * @param pInstr Guest context point to privileged instruction (0:32 flat address) 499 499 * @param flags Patch flags 500 500 *
Note:
See TracChangeset
for help on using the changeset viewer.