Lines Matching refs:virtPtr

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