Searched refs:LVDBE_MEMREGION_SCRATCH (Results 1 – 4 of 4) sorted by relevance
113 pMemoryTable->Region[LVDBE_MEMREGION_SCRATCH].Size = ScratchSize; in LVDBE_Memory()114 pMemoryTable->Region[LVDBE_MEMREGION_SCRATCH].Alignment = LVDBE_SCRATCH_ALIGN; in LVDBE_Memory()115 pMemoryTable->Region[LVDBE_MEMREGION_SCRATCH].Type = LVDBE_SCRATCH; in LVDBE_Memory()116 pMemoryTable->Region[LVDBE_MEMREGION_SCRATCH].pBaseAddress = LVM_NULL; in LVDBE_Memory()
60 #define LVDBE_MEMREGION_SCRATCH 3 /* Offset to data scratch memory region */ macro
82 (LVM_INT32 *) pInstance->MemoryTable.Region[LVDBE_MEMREGION_SCRATCH].pBaseAddress; in LVDBE_Process()208 (LVM_FLOAT *)pInstance->MemoryTable.Region[LVDBE_MEMREGION_SCRATCH].pBaseAddress; in LVDBE_Process()
871 …DBE_MemTab.Region[LVDBE_MEMREGION_SCRATCH].pBaseAddress = (void *)InstAlloc_AddMember(&All… in LVM_GetInstanceHandle()