Changeset 11301
- Timestamp:
- 08/09/08 01:00:27 (3 months ago)
- Files:
-
- trunk/include/VBox/vmapi.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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

