Lines Matching refs:virtPtr

389           memoryAllocated->agMemory[i].virtPtr));  in saInitialize()
395 saRoot = (agsaLLRoot_t *) (memoryAllocated->agMemory[LLROOT_MEM_INDEX].virtPtr); in saInitialize()
435 saRoot->TraceBuffer = memoryAllocated->agMemory[LL_FUNCTION_TRACE].virtPtr; in saInitialize()
451 SA_ASSERT(agMemory[LL_FAST_IO].virtPtr, ""); in saInitialize()
459 fr = agMemory[LL_FAST_IO].virtPtr; in saInitialize()
730 if(agNULL == saRoot->deviceLinkMem.virtPtr) in saInitialize()
737 si_memset(saRoot->deviceLinkMem.virtPtr, 0, saRoot->deviceLinkMem.totalLength); in saInitialize()
740 saRoot->deviceLinkMem.virtPtr, in saInitialize()
781 si_memset(saRoot->IORequestMem.virtPtr, 0, saRoot->IORequestMem.totalLength); in saInitialize()
785 saRoot->IORequestMem.virtPtr, in saInitialize()
825 si_memset(saRoot->timerLinkMem.virtPtr, 0, saRoot->timerLinkMem.totalLength); in saInitialize()
828 saRoot->timerLinkMem.virtPtr, in saInitialize()
1001 …mpiMemoryAllocated.region[i].virtPtr = memoryAllocated->agMemory[MPI_IBQ_OBQ_INDEX + i].vir… in saInitialize()
1012 memoryAllocated->agMemory[MPI_IBQ_OBQ_INDEX + i].virtPtr, in saInitialize()
1020 i,mpiMemoryAllocated.region[i].virtPtr, mpiMemoryAllocated.region[i].totalLength)); in saInitialize()
1021 si_memset(mpiMemoryAllocated.region[i].virtPtr , 0,mpiMemoryAllocated.region[i].totalLength); in saInitialize()
2029 eventLogAddress = memoryAllocated->region[mIdx].virtPtr; in mpiInitialize()
2295 (NULL == memoryAllocated->region[mIdx].virtPtr) || in mpiInitialize()
2309 saRoot->inboundQueue[qIdx].memoryRegion.virtPtr = in mpiInitialize()
2310 (bit8 *)saRoot->inboundQueue[qIdx].memoryRegion.virtPtr + memOffset; in mpiInitialize()
2323 …oundQueue[qIdx].ciPointer = (((bit8 *)(memoryAllocated->region[MPI_CI_INDEX].virtPtr)) + qIdx * 4); in mpiInitialize()
2403 (NULL == memoryAllocated->region[mIdx].virtPtr) || in mpiInitialize()
2416 saRoot->outboundQueue[qIdx].memoryRegion.virtPtr = in mpiInitialize()
2417 (bit8 *)saRoot->outboundQueue[qIdx].memoryRegion.virtPtr + memOffset; in mpiInitialize()
2427 …dQueue[qIdx].piPointer = (((bit8 *)(memoryAllocated->region[MPI_CI_INDEX + 1].virtPtr))+ qIdx * 4); in mpiInitialize()
2765 si_memset(circularIQ->memoryRegion.virtPtr, 0, circularIQ->memoryRegion.totalLength); in mpiInitialize()
2784 si_memset(circularOQ->memoryRegion.virtPtr, 0, circularOQ->memoryRegion.totalLength); in mpiInitialize()
3821 saRoot = (agsaLLRoot_t *) (memoryAllocated->agMemory[LLROOT_MEM_INDEX].virtPtr); in siInitResources()
3827 si_memset(saRoot->deviceLinkMem.virtPtr, 0, saRoot->deviceLinkMem.totalLength); in siInitResources()
3830 saRoot->deviceLinkMem.virtPtr, in siInitResources()
3867 si_memset(saRoot->IORequestMem.virtPtr, 0, saRoot->IORequestMem.totalLength); in siInitResources()
3871 saRoot->IORequestMem.virtPtr, in siInitResources()
3911 si_memset(saRoot->timerLinkMem.virtPtr, 0, saRoot->timerLinkMem.totalLength); in siInitResources()
3914 saRoot->timerLinkMem.virtPtr, in siInitResources()
4033 si_memset(circularIQ->memoryRegion.virtPtr, 0, circularIQ->memoryRegion.totalLength); in siInitResources()
4043 si_memset(circularOQ->memoryRegion.virtPtr, 0, circularOQ->memoryRegion.totalLength); in siInitResources()