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()
60 #define LVDBE_MEMREGION_SCRATCH 3 /* Offset to data scratch memory region */ macro
83 … *pScratch = (LVM_INT32 *)pInstance->MemoryTable.Region[LVDBE_MEMREGION_SCRATCH].pBaseAdd… in LVDBE_Process()
728 …DBE_MemTab.Region[LVDBE_MEMREGION_SCRATCH].pBaseAddress = (void *)InstAlloc_AddMember(&All… in LVM_GetInstanceHandle()