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