Lines Matching refs:virtPtr
388 memoryAllocated->agMemory[i].virtPtr)); in saInitialize()
394 saRoot = (agsaLLRoot_t *) (memoryAllocated->agMemory[LLROOT_MEM_INDEX].virtPtr); in saInitialize()
434 saRoot->TraceBuffer = memoryAllocated->agMemory[LL_FUNCTION_TRACE].virtPtr; in saInitialize()
450 SA_ASSERT(agMemory[LL_FAST_IO].virtPtr, ""); in saInitialize()
458 fr = agMemory[LL_FAST_IO].virtPtr; in saInitialize()
729 if(agNULL == saRoot->deviceLinkMem.virtPtr) in saInitialize()
736 si_memset(saRoot->deviceLinkMem.virtPtr, 0, saRoot->deviceLinkMem.totalLength); in saInitialize()
739 saRoot->deviceLinkMem.virtPtr, in saInitialize()
780 si_memset(saRoot->IORequestMem.virtPtr, 0, saRoot->IORequestMem.totalLength); in saInitialize()
784 saRoot->IORequestMem.virtPtr, in saInitialize()
824 si_memset(saRoot->timerLinkMem.virtPtr, 0, saRoot->timerLinkMem.totalLength); in saInitialize()
827 saRoot->timerLinkMem.virtPtr, in saInitialize()
1000 …mpiMemoryAllocated.region[i].virtPtr = memoryAllocated->agMemory[MPI_IBQ_OBQ_INDEX + i].vir… in saInitialize()
1011 memoryAllocated->agMemory[MPI_IBQ_OBQ_INDEX + i].virtPtr, in saInitialize()
1019 i,mpiMemoryAllocated.region[i].virtPtr, mpiMemoryAllocated.region[i].totalLength)); in saInitialize()
1020 si_memset(mpiMemoryAllocated.region[i].virtPtr , 0,mpiMemoryAllocated.region[i].totalLength); in saInitialize()
2028 eventLogAddress = memoryAllocated->region[mIdx].virtPtr; in mpiInitialize()
2294 (NULL == memoryAllocated->region[mIdx].virtPtr) || in mpiInitialize()
2308 saRoot->inboundQueue[qIdx].memoryRegion.virtPtr = in mpiInitialize()
2309 (bit8 *)saRoot->inboundQueue[qIdx].memoryRegion.virtPtr + memOffset; in mpiInitialize()
2322 …oundQueue[qIdx].ciPointer = (((bit8 *)(memoryAllocated->region[MPI_CI_INDEX].virtPtr)) + qIdx * 4); in mpiInitialize()
2402 (NULL == memoryAllocated->region[mIdx].virtPtr) || in mpiInitialize()
2415 saRoot->outboundQueue[qIdx].memoryRegion.virtPtr = in mpiInitialize()
2416 (bit8 *)saRoot->outboundQueue[qIdx].memoryRegion.virtPtr + memOffset; in mpiInitialize()
2426 …dQueue[qIdx].piPointer = (((bit8 *)(memoryAllocated->region[MPI_CI_INDEX + 1].virtPtr))+ qIdx * 4); in mpiInitialize()
2764 si_memset(circularIQ->memoryRegion.virtPtr, 0, circularIQ->memoryRegion.totalLength); in mpiInitialize()
2783 si_memset(circularOQ->memoryRegion.virtPtr, 0, circularOQ->memoryRegion.totalLength); in mpiInitialize()
3820 saRoot = (agsaLLRoot_t *) (memoryAllocated->agMemory[LLROOT_MEM_INDEX].virtPtr); in siInitResources()
3826 si_memset(saRoot->deviceLinkMem.virtPtr, 0, saRoot->deviceLinkMem.totalLength); in siInitResources()
3829 saRoot->deviceLinkMem.virtPtr, in siInitResources()
3866 si_memset(saRoot->IORequestMem.virtPtr, 0, saRoot->IORequestMem.totalLength); in siInitResources()
3870 saRoot->IORequestMem.virtPtr, in siInitResources()
3910 si_memset(saRoot->timerLinkMem.virtPtr, 0, saRoot->timerLinkMem.totalLength); in siInitResources()
3913 saRoot->timerLinkMem.virtPtr, in siInitResources()
4032 si_memset(circularIQ->memoryRegion.virtPtr, 0, circularIQ->memoryRegion.totalLength); in siInitResources()
4042 si_memset(circularOQ->memoryRegion.virtPtr, 0, circularOQ->memoryRegion.totalLength); in siInitResources()