Searched refs:LVDBE_MEMREGION_SCRATCH (Results 1 – 4 of 4) sorted by relevance
100 pMemoryTable->Region[LVDBE_MEMREGION_SCRATCH].Size = ScratchSize; in LVDBE_Memory()101 pMemoryTable->Region[LVDBE_MEMREGION_SCRATCH].Alignment = LVDBE_SCRATCH_ALIGN; in LVDBE_Memory()102 pMemoryTable->Region[LVDBE_MEMREGION_SCRATCH].Type = LVDBE_SCRATCH; in LVDBE_Memory()103 pMemoryTable->Region[LVDBE_MEMREGION_SCRATCH].pBaseAddress = LVM_NULL; in LVDBE_Memory()
54 #define LVDBE_MEMREGION_SCRATCH 3 /* Offset to data scratch memory region */ macro
95 (LVM_FLOAT *)pInstance->MemoryTable.Region[LVDBE_MEMREGION_SCRATCH].pBaseAddress; in LVDBE_Process()
804 …DBE_MemTab.Region[LVDBE_MEMREGION_SCRATCH].pBaseAddress = (void *)InstAlloc_AddMember(&All… in LVM_GetInstanceHandle()