VirtualBox

Changeset 1085 in vbox for trunk


Ignore:
Timestamp:
Feb 28, 2007 8:36:11 AM (18 years ago)
Author:
vboxsync
Message:

Corrected assumptions about flat addresses

Location:
trunk/include/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/csam.h

    r881 r1085  
    214214 * @returns VBox status code.
    215215 * @param   pVM         The VM to operate on.
    216  * @param   pCtx        CPU context
     216 * @param   Sel         selector
     217 * @param   pHiddenSel  The hidden selector register.
    217218 * @param   pInstrGC    Instruction pointer
    218219 */
    219 CSAMR3DECL(int) CSAMR3CheckCode(PVM pVM, PCPUMCTX pCtx, RTGCPTR pInstrGC);
     220CSAMR3DECL(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 */
     229CSAMR3DECL(int) CSAMR3CheckCode(PVM pVM, RTGCPTR pInstrGC);
    220230
    221231/**
  • trunk/include/VBox/patm.h

    r883 r1085  
    496496 * @returns VBox status code.
    497497 * @param   pVM         The VM to operate on.
    498  * @param   pInstr      Guest context pointer to privileged instruction
     498 * @param   pInstr      Guest context point to privileged instruction (0:32 flat address)
    499499 * @param   flags       Patch flags
    500500 *
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette