Home | History | Annotate | Download | only in src

Lines Matching refs:StartAddr

23                   StartAddr - Base address of the instance memory
30 void *StartAddr )
33 pms->pNextMember = (((uintptr_t)StartAddr + 3) & (uintptr_t)~3);
87 uintptr_t StartAddr;
89 StartAddr = (uintptr_t)pMemoryTable->Region[LVM_PERSISTENT_SLOW_DATA].pBaseAddress;
92 pms[0].pNextMember = ((StartAddr + 3) & (uintptr_t)~3);
95 StartAddr = (uintptr_t)pMemoryTable->Region[LVM_PERSISTENT_FAST_DATA].pBaseAddress;
98 pms[1].pNextMember = ((StartAddr + 3) & (uintptr_t)~3);
101 StartAddr = (uintptr_t)pMemoryTable->Region[LVM_PERSISTENT_FAST_COEF].pBaseAddress;
104 pms[2].pNextMember = ((StartAddr + 3) & (uintptr_t)~3);
107 StartAddr = (uintptr_t)pMemoryTable->Region[LVM_TEMPORARY_FAST].pBaseAddress;
110 pms[3].pNextMember = ((StartAddr + 3) & (uintptr_t)~3);