Home | History | Annotate | Download | only in inc

Lines Matching refs:PVOID

80  *      PVOID pointer returned is a valid memory location.
82 extern PVOID MEMRY_Alloc(ULONG cBytes, MEM_POOLATTRS type);
99 extern bool MEMRY_BindMem(PVOID pVA, PVOID pPA, ULONG ulBytes);
115 * PVOID pointer returned is a valid memory location.
117 extern PVOID WINAPI MEMRY_Calloc(ULONG cBytes, MEM_POOLATTRS type);
130 extern VOID MEMRY_Free(IN PVOID pMemBuf);
145 extern bool MEMRY_FreeVM(PVOID pVirtualAddr);
166 extern DSPAPIDLL PVOID WINAPI MEMRY_PageLock(PVOID pBuffer,
187 extern inline PVOID MEMRY_LinearAddress(PVOID pPhyAddr, ULONG cBytes) {
207 */ extern DSPAPIDLL MEMRY_PageUnlock(PVOID pBuffer, ULONG cSize);
220 extern PVOID MEMRY_ReserveVM(ULONG cBytes);
236 extern inline VOID MEMRY_UnMapLinearAddress(PVOID pBaseAddr) {