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

/vbox/include/VBox/
H A Dsup.h1811 SUPR0DECL(int) SUPR0UnlockMem(PSUPDRVSESSION pSession, RTR3PTR pvR3);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv.cpp191 { "SUPR0UnlockMem", (void *)SUPR0UnlockMem },
1595 pReq->Hdr.rc = SUPR0UnlockMem(pSession, pReq->u.In.pvR3);
3004 SUPR0DECL(int) SUPR0UnlockMem(PSUPDRVSESSION pSession, RTR3PTR pvR3) function
3006 LogFlow(("SUPR0UnlockMem: pSession=%p pvR3=%p\n", pSession, (void *)pvR3));

Completed in 75 milliseconds