Changeset 11301 in vbox for trunk/include
- Timestamp:
- Aug 8, 2008 11:00:27 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 34395
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmapi.h
r8155 r11301 92 92 # define VM_R0_ADDR(pVM, pvInVM) ( (RTR0PTR)(pvInVM) ) 93 93 #endif 94 95 /** @def VM_HOST_ADDR96 * Converts guest address of data within the VM structure to the equivalent97 * host address.98 *99 * @returns host virtual address.100 * @param pVM Pointer to the VM.101 * @param pvInVM GC Pointer within the VM.102 * @deprecated103 */104 #define VM_HOST_ADDR(pVM, pvInVM) ( (RTHCPTR)((RTHCUINTPTR)pVM->pVMHC + (uint32_t)((uintptr_t)(pvInVM) - (uintptr_t)pVM->pVMGC)) )105 94 106 95
Note:
See TracChangeset
for help on using the changeset viewer.