Home | History | Annotate | Download | only in esan

Lines Matching defs:Start

93   uptr Start;
140 static inline bool getAppRegion(u32 i, uptr *Start, uptr *End) {
143 *Start = AppRegions[i].Start;
151 if (Mem >= AppRegions[i].Start && Mem < AppRegions[i].End)
162 static inline bool getShadowRegion(u32 i, uptr *Start, uptr *End) {
176 *Start = appToShadow(AppRegions[AppIdx].Start);
183 *Start = Min(*Start, appToShadow(AppRegions[AppIdx].Start));
194 if (Mem >= appToShadow(AppRegions[i].Start) &&