VirtualBox

Changeset 7578 in vbox for trunk/include/iprt/types.h


Ignore:
Timestamp:
Mar 26, 2008 3:13:07 PM (17 years ago)
Author:
vboxsync
Message:

Added RTGCPHYS64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/types.h

    r7432 r7578  
    769769#define NIL_RTGCPHYS32     (~(RTGCPHYS32)0)
    770770
     771
     772/** Guest Physical Memory Address; limited to 64 bits.*/
     773typedef uint64_t        RTGCPHYS64;
     774/** Pointer to Guest Physical Memory Address. */
     775typedef RTGCPHYS64     *PRTGCPHYS64;
     776/** Pointer to const Guest Physical Memory Address. */
     777typedef const RTGCPHYS64 *PCRTGCPHYS64;
     778/** @def NIL_RTGCPHYS64
     779 * NIL GC Physical Address.
     780 * NIL_RTGCPHYS64 is used to signal an invalid physical address, similar
     781 * to the NULL pointer. Note that this value may actually be valid in
     782 * some contexts.
     783 */
     784#define NIL_RTGCPHYS64     (~(RTGCPHYS64)0)
     785
    771786/** Guest context pointer.
    772787 * Keep in mind that this type is an unsigned integer in
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