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

/vbox/include/VBox/vmm/
H A Dvmapi.h74 /** @def VM_R0_ADDR
83 # define VM_R0_ADDR(pVM, pvInVM) ( (RTR0PTR)((RTR0UINTPTR)pVM->pVMR0 + (uint32_t)((uintptr_t)(pvInVM) - (uintptr_t)pVM->pVMRC)) ) macro
85 # define VM_R0_ADDR(pVM, pvInVM) ( (RTR0PTR)((RTR0UINTPTR)pVM->pVMR0 + (uint32_t)((uintptr_t)(pvInVM) - (uintptr_t)pVM->pVMR3)) )
87 # define VM_R0_ADDR(pVM, pvInVM) ( (RTR0PTR)(pvInVM) )

Completed in 46 milliseconds