Lines Matching defs:index
41 public void SetWindowStart(uint index, ulong startAddress) in SetWindowStart()
49 public void SetWindowEnd(uint index, ulong endAddress) in SetWindowEnd()
57 public ulong GetWindowStart(uint index) in GetWindowStart()
66 public ulong GetWindowEnd(uint index) in GetWindowEnd()
75 public void SetWindowAddend(uint index, ulong addend) in SetWindowAddend()
83 public void SetWindowPrivileges(uint index, uint privileges) in SetWindowPrivileges()
91 public ulong GetWindowAddend(uint index) in GetWindowAddend()
100 public uint GetWindowPrivileges(uint index) in GetWindowPrivileges()
109 public bool ContainsWindowWithIndex(uint index) in ContainsWindowWithIndex()
114 …protected void AddWindow(uint index, ulong? rangeStart = null, ulong? rangeEnd = null, ulong? adde… in AddWindow()
141 private bool TryGetRealWindowIndex(uint index, out uint realIndex) in TryGetRealWindowIndex()