Searched defs:VM_R3_ADDR (Results 1 - 1 of 1) sorted by relevance

/vbox/include/VBox/vmm/
H A Dvmapi.h57 /** @def VM_R3_ADDR
66 # define VM_R3_ADDR(pVM, pvInVM) ( (RTR3PTR)((RTR3UINTPTR)pVM->pVMR3 + (uint32_t)((uintptr_t)(pvInVM) - (uintptr_t)pVM->pVMRC)) ) macro
68 # define VM_R3_ADDR(pVM, pvInVM) ( (RTR3PTR)((RTR3UINTPTR)pVM->pVMR3 + (uint32_t)((uintptr_t)(pvInVM) - (uintptr_t)pVM->pVMR0)) )
70 # define VM_R3_ADDR(pVM, pvInVM) ( (RTR3PTR)(pvInVM) )

Completed in 47 milliseconds