Searched refs:SUPR0MemGetPhys (Results 1 - 2 of 2) sorted by relevance

/vbox/include/VBox/
H A Dsup.h1817 SUPR0DECL(int) SUPR0MemGetPhys(PSUPDRVSESSION pSession, RTHCUINTPTR uPtr, PSUPPAGE paPages);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv.cpp174 { "SUPR0MemGetPhys", (void *)SUPR0MemGetPhys },
3184 * The memory is fixed and it's possible to query the physical addresses using SUPR0MemGetPhys().
3250 SUPR0DECL(int) SUPR0MemGetPhys(PSUPDRVSESSION pSession, RTHCUINTPTR uPtr, PSUPPAGE paPages) /** @todo switch this bugger to RTHCPHYS */ function
3253 LogFlow(("SUPR0MemGetPhys: pSession=%p uPtr=%p paPages=%p\n", pSession, (void *)uPtr, paPages));
3319 * SUPR0MemGetPhys().

Completed in 64 milliseconds