Lines Matching refs:StartAddress

209                     cpu.RegisterAccessFlags(range.StartAddress, range.Size, isIoMemory: true);  in MoveRegistrationWithinContext()
620 …es(checked((long)(target.Offset - target.What.RegistrationPoint.Range.StartAddress + target.What.R… in ReadBytes()
667 …es(checked((long)(target.Offset - target.What.RegistrationPoint.Range.StartAddress + target.What.R… in WriteBytes()
697 … WriteBytes(zeroBlock, range.StartAddress + i * (ulong)zeroBlock.Length, context: context); in ZeroRange()
699 …WriteBytes(zeroBlock, range.StartAddress + blocksNo * (ulong)zeroBlock.Length, (int)range.Size % z… in ZeroRange()
721 GetOrCreateLookup(context).InsertSymbol(name, address.StartAddress, address.Size); in AddSymbol()
1024 RemoveTag(parentRange.StartAddress); in Tag()
1025 var parentRangeAfterSplitSizeLeft = range.StartAddress - parentRange.StartAddress; in Tag()
1028 …Tag(new Range(parentRange.StartAddress, parentRangeAfterSplitSizeLeft), parentName, parentDefaultV… in Tag()
1296 …collection.Remove(busRegistered.RegistrationPoint.Range.StartAddress, busRegistered.RegistrationPo… in UnregisterInner()
1705 …collection.Add(registrationPoint.Range.StartAddress, registrationPoint.Range.EndAddress + 1, regis… in RegisterInner()
1784 ….OrderBy(x => x.RegistrationPoint.Range.StartAddress).FirstOrDefault(x => x.RegistrationPoint.Rang… in FindTargets()
1792 …written += Math.Min(nextPeripheral.RegistrationPoint.Range.StartAddress - currentPosition, count -… in FindTargets()
1888 …als).Where(x => x.Peripheral is MappedMemory).OrderBy(x => x.RegistrationPoint.Range.StartAddress). in ObtainMemoryList()
1937 cpu.RegisterAccessFlags(range.StartAddress, range.Size); in UnregisterAccessFlags()
2079 …return new MappedSegmentWrapper(segment, registrationPoint.Range.StartAddress - registrationPoint.… in FromRegistrationPointToSegmentWrapper()