Searched refs:LVEQNB_MEMREGION_SCRATCH (Results 1 – 3 of 3) sorted by relevance
138 … pMemoryTable->Region[LVEQNB_MEMREGION_SCRATCH].Size = InstAlloc_GetTotal(&AllocMem); in LVEQNB_Memory()139 pMemoryTable->Region[LVEQNB_MEMREGION_SCRATCH].Alignment = LVEQNB_SCRATCH_ALIGN; in LVEQNB_Memory()140 pMemoryTable->Region[LVEQNB_MEMREGION_SCRATCH].Type = LVEQNB_SCRATCH; in LVEQNB_Memory()141 pMemoryTable->Region[LVEQNB_MEMREGION_SCRATCH].pBaseAddress = LVM_NULL; in LVEQNB_Memory()280 pMemoryTable->Region[LVEQNB_MEMREGION_SCRATCH].pBaseAddress); in LVEQNB_Init()
99 #define LVEQNB_MEMREGION_SCRATCH 3 /* Offset to data scratch memory region */ macro
785 …EQNB_MemTab.Region[LVEQNB_MEMREGION_SCRATCH].pBaseAddress = (void *)InstAlloc_AddMember(&A… in LVM_GetInstanceHandle()