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

/vbox/include/VBox/
H A Dsup.h1822 SUPR0DECL(int) SUPR0PageFree(PSUPDRVSESSION pSession, RTR3PTR pvR3);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv.cpp181 { "SUPR0PageFree", (void *)SUPR0PageFree },
1930 pReq->Hdr.rc = SUPR0PageFree(pSession, pReq->u.In.pvR3);
3581 SUPR0DECL(int) SUPR0PageFree(PSUPDRVSESSION pSession, RTR3PTR pvR3) function
3583 LogFlow(("SUPR0PageFree: pSession=%p pvR3=%p\n", pSession, (void *)pvR3));

Completed in 62 milliseconds