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

/vbox/include/VBox/
H A Dsup.h1819 SUPR0DECL(int) SUPR0PageAllocEx(PSUPDRVSESSION pSession, uint32_t cPages, uint32_t fFlags, PRTR3PTR ppvR3, PRTR0PTR ppvR0, PRTHCPHYS paPages);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv.cpp180 { "SUPR0PageAllocEx", (void *)SUPR0PageAllocEx },
1880 pReq->Hdr.rc = SUPR0PageAllocEx(pSession, pReq->u.In.cPages, 0 /* fFlags */,
3331 SUPR0DECL(int) SUPR0PageAllocEx(PSUPDRVSESSION pSession, uint32_t cPages, uint32_t fFlags, PRTR3PTR ppvR3, PRTR0PTR ppvR0, PRTHCPHYS paPages) function
3400 * Maps a chunk of memory previously allocated by SUPR0PageAllocEx into kernel
3405 * @param pvR3 The ring-3 address returned by SUPR0PageAllocEx.
3486 * by SUPR0PageAllocEx.
3490 * @param pvR3 The ring-3 address returned by SUPR0PageAllocEx.
3492 * @param pvR0 The ring-0 address returned by SUPR0PageAllocEx.
3574 * Free memory allocated by SUPR0PageAlloc() and SUPR0PageAllocEx()
[all...]

Completed in 60 milliseconds