HomeSort by relevance Sort by last modified time
    Searched refs:pVirtBase (Results 1 - 4 of 4) sorted by null

  /hardware/ti/omap3/dspbridge/inc/
strmdefs.h 46 PVOID pVirtBase; /* Process virtual base address of mapped SM */
54 PVOID pVirtBase; /* " " Stream'process virt base */
  /hardware/ti/omap3/dspbridge/libbridge/inc/
strmdefs.h 47 PVOID pVirtBase; /* Process virtual base address of mapped SM */
55 PVOID pVirtBase; /* " " Stream'process virt base */
  /hardware/ti/omap3/dspbridge/libbridge/
DSPNode.c 123 PVOID pVirtBase;
229 pVirtBase = mmap(NULL, pInfo.segInfo[0].ulTotalSegSize,
233 if (!pVirtBase) {
249 &bufAttr, (BYTE **)&pVirtBase);
252 munmap(pVirtBase,
457 BYTE *pVirtBase = NULL;
517 DSPNode_AllocMsgBuf(hNode, 1, &bufAttr, &pVirtBase);
519 if (!pVirtBase)
522 if (munmap(pVirtBase,
DSPStrm.c 217 if (strmInfo.pVirtBase != NULL) {
238 if (munmap(strmInfo.pVirtBase,
531 strmAttrs.pVirtBase = NULL;
572 strmAttrs.pVirtBase = mmap(NULL,
577 if (strmAttrs.pVirtBase == NULL) {

Completed in 2323 milliseconds