VirtualBox

Changeset 2114 in vbox for trunk


Ignore:
Timestamp:
Apr 17, 2007 8:32:10 AM (18 years ago)
Author:
vboxsync
Message:

SELMToFlatEx change

File:
1 edited

Legend:

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

    r1479 r2114  
    141141 *
    142142 * @returns Flat address.
    143  * @param   pVM     VM Handle.
    144  * @param   eflags  Current eflags
    145  * @param   Sel     Selector part.
    146  * @param   Addr    Address part.
     143 * @param   pVM         VM Handle.
     144 * @param   eflags      Current eflags
     145 * @param   Sel         Selector part.
     146 * @param   pHiddenSel  Hidden selector register
     147 * @param   Addr        Address part.
    147148 */
    148149SELMDECL(RTGCPTR) SELMToFlat(PVM pVM, X86EFLAGS eflags, RTSEL Sel, CPUMSELREGHID *pHiddenSel, RTGCPTR Addr);
     
    174175 *
    175176 * @returns VBox status
    176  * @param   pVM     VM Handle.
    177  * @param   eflags  Current eflags
    178  * @param   Sel     Selector part.
    179  * @param   Addr    Address part.
    180  * @param   fFlags  SELMTOFLAT_FLAGS_*
    181  *                  GDT entires are valid.
    182  * @param   ppvGC   Where to store the GC flat address.
    183  * @param   pcb     Where to store the bytes from *ppvGC which can be accessed according to
    184  *                  the selector. NULL is allowed.
    185  */
    186 SELMDECL(int) SELMToFlatEx(PVM pVM, X86EFLAGS eflags, RTSEL Sel, RTGCPTR Addr, unsigned fFlags, PRTGCPTR ppvGC, uint32_t *pcb);
     177 * @param   pVM         VM Handle.
     178 * @param   eflags      Current eflags
     179 * @param   Sel         Selector part.
     180 * @param   Addr        Address part.
     181 * @param   pHiddenSel  Hidden selector register (can be NULL)
     182 * @param   fFlags      SELMTOFLAT_FLAGS_*
     183 *                      GDT entires are valid.
     184 * @param   ppvGC       Where to store the GC flat address.
     185 * @param   pcb         Where to store the bytes from *ppvGC which can be accessed according to
     186 *                      the selector. NULL is allowed.
     187 */
     188SELMDECL(int) SELMToFlatEx(PVM pVM, X86EFLAGS eflags, RTSEL Sel, RTGCPTR Addr, CPUMSELREGHID *pHiddenSel, unsigned fFlags, PRTGCPTR ppvGC, uint32_t *pcb);
    187189
    188190/**
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