VirtualBox

Changeset 4567 in vbox


Ignore:
Timestamp:
Sep 6, 2007 11:18:56 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
24190
Message:

Documented limitations of address conversion helpers

File:
1 edited

Legend:

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

    r4560 r4567  
    23502350     * @param   cbRange         The size of the range. Use 0 if you don't care about the range.
    23512351     * @param   ppvHC           Where to store the HC pointer corresponding to GCPhys.
    2352      * @thread  Any thread.
     2352     * @thread  The emulation thread.
     2353     *
     2354     * @remark  Careful with page boundraries.
     2355     * @remark  Do not use the mapping after you return to the caller! (it could get invalidated/changed)
    23532356     */
    23542357    DECLR3CALLBACKMEMBER(int, pfnPhys2HCVirt,(PPDMDEVINS pDevIns, RTGCPHYS GCPhys, RTUINT cbRange, PRTHCPTR ppvHC));
     
    23622365     * @param   pHCPtr          Where to store the HC pointer corresponding to GCPtr.
    23632366     * @thread  The emulation thread.
     2367     *
    23642368     * @remark  Careful with page boundraries.
     2369     * @remark  Do not use the mapping after you return to the caller! (it could get invalidated/changed)
    23652370     */
    23662371    DECLR3CALLBACKMEMBER(int, pfnPhysGCPtr2HCPtr,(PPDMDEVINS pDevIns, RTGCPTR GCPtr, PRTHCPTR pHCPtr));
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