Searched refs:kernelBinaryAllocID (Results 1 – 2 of 2) sorted by relevance
1747 kernelAllocation->cloneKernelParams.kernelBinaryAllocID = -1; in CmLoadKernel()1815 …cloneKernelParams.isClone && ((kernelAllocation->cloneKernelParams.kernelBinaryAllocID) > (int32_t… in HalCm_UpdateCloneKernel()1819 …kernelAllocation->cloneKernelParams.kernelBinaryAllocID = kernelAllocation->cloneKernelParams.kern… in HalCm_UpdateCloneKernel()1823 …kernelAllocation->cloneKernelParams.kernelBinaryAllocID = kernelAllocation->cloneKernelParams.kern… in HalCm_UpdateCloneKernel()1975 kernelAllocation->cloneKernelParams.kernelBinaryAllocID = headKernelAllocationID; in CmAddCurrentKernelToFreeSlot()2004 …kernelAllocation->cloneKernelParams.kernelBinaryAllocID = kernelAllocation->cloneKernelParams.kern… in CmAddCurrentKernelToFreeSlot()2040 kernelAllocation->cloneKernelParams.kernelBinaryAllocID = headKernelAllocationID; in CmAddCurrentKernelToFreeSlot()2090 kernelAllocation->cloneKernelParams.kernelBinaryAllocID = headKernelAllocationID; in CmAddCurrentKernelToFreeSlot()2147 …if (stateHeap->pKernelAllocation[kernelAllocation->cloneKernelParams.kernelBinaryAllocID].cloneKer… in HalCm_UnloadKernel()2149 …((stateHeap->pKernelAllocation[kernelAllocation->cloneKernelParams.kernelBinaryAllocID].cloneKerne… in HalCm_UnloadKernel()[all …]
745 …int32_t kernelBinaryAllocID; // Allocation ID of th… member