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

  /hardware/ti/omap3/dspbridge/inc/
cmm.h 244 * pAddr Kernel or DSP address to convert.
250 * pAddr != NULL,
256 extern PVOID CMM_KernConvert(struct CMM_OBJECT* hCmmMgr, PVOID pAddr,
407 * pAddr: Virtual base address of segment.
416 * (pAddr != NULL)
422 IN OUT BYTE ** pAddr,
433 * pAddr address of buffer to translate.
439 * pAddr != NULL
445 PVOID pAddr, CMM_XLATETYPE xType);
mem.h 277 * pAddr: Linear (virtual) address of the buffer.
286 extern INT MEM_GetNumPages(IN PVOID pAddr, IN ULONG cBytes);
  /hardware/ti/omap3/dspbridge/libbridge/inc/
cmm.h 244 * pAddr Kernel or DSP address to convert.
250 * pAddr != NULL,
256 extern PVOID CMM_KernConvert(struct CMM_OBJECT* hCmmMgr, PVOID pAddr,
407 * pAddr: Virtual base address of segment.
416 * (pAddr != NULL)
422 IN OUT BYTE ** pAddr,
433 * pAddr address of buffer to translate.
439 * pAddr != NULL
445 PVOID pAddr, CMM_XLATETYPE xType);
mem.h 277 * pAddr: Linear (virtual) address of the buffer.
286 extern INT MEM_GetNumPages(IN PVOID pAddr, IN ULONG cBytes);
  /system/wlan/ti/sta_dk_4_0_4_32/pform/common/inc/
osApi.h 362 os_memoryGetPhysicalLow (OS_PHYSICAL_ADDRESS pAddr);
364 os_memoryGetPhysicalHigh (OS_PHYSICAL_ADDRESS pAddr);
370 UINT32 os_memoryGetPhysicalLow(OS_PHYSICAL_ADDRESS pAddr);
371 UINT32 os_memoryGetPhysicalHigh(OS_PHYSICAL_ADDRESS pAddr);
  /system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
osapi.c 676 UINT32 os_memoryGetPhysicalLow (OS_PHYSICAL_ADDRESS pAddr)
679 res = pAddr & 0xffffffff;
680 ti_dprintf(TIWLAN_LOG_ERROR, "\n 64bit low. Got 0x%x; Returning 0x%x \n", (UINT32)pAddr, res);
695 UINT32 os_memoryGetPhysicalHigh (OS_PHYSICAL_ADDRESS pAddr)
698 res = pAddr >> 32;
699 ti_dprintf(TIWLAN_LOG_ERROR, "\n 64bit high. Got 0x%x; Returning 0x%x \n", (UINT32)pAddr, res);
    [all...]
  /external/webkit/JavaScriptCore/jit/
ExecutableAllocator.h 49 extern "C" __declspec(dllimport) void CacheRangeFlush(LPVOID pAddr, DWORD dwLength, DWORD dwFlags);
  /development/simulator/wrapsim/
SimMgr.c 442 static int attachToShmem(int key, int* pShmid, void** pAddr, long* pLength)
468 *pAddr = addr;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/
DataCtrl_Api.h 415 void Test_OsFreeFunction(TI_HANDLE hOs, TI_HANDLE pAddr);
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 629 milliseconds