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

/vbox/src/VBox/Devices/Network/testcase/
H A DtstIntNetR0.cpp155 INTNETR3DECL(int) SUPR0MemAlloc(PSUPDRVSESSION pSession, uint32_t cb, PRTR0PTR ppvR0, PRTR3PTR ppvR3) function
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv.cpp172 { "SUPR0MemAlloc", (void *)SUPR0MemAlloc },
3192 SUPR0DECL(int) SUPR0MemAlloc(PSUPDRVSESSION pSession, uint32_t cb, PRTR0PTR ppvR0, PRTR3PTR ppvR3) function
3196 LogFlow(("SUPR0MemAlloc: pSession=%p cb=%d ppvR0=%p ppvR3=%p\n", pSession, cb, ppvR0, ppvR3));
3243 * Get the physical addresses of memory allocated using SUPR0MemAlloc().
3247 * @param uPtr The Ring-0 or Ring-3 address returned by SUPR0MemAlloc().
3301 * Free memory allocated by SUPR0MemAlloc().
3305 * @param uPtr The Ring-0 or Ring-3 address returned by SUPR0MemAlloc().

Completed in 58 milliseconds