Home
last modified time | relevance | path

Searched defs:access (Results 1 – 10 of 10) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Utilities/GDB/Commands/
DBreakpointCommand.cs136 …private void AddWatchpointsCoveringMemoryArea(ulong address, uint kind, Access access, BusHookDele… in AddWatchpointsCoveringMemoryArea()
157 …private void RemoveWatchpointsCoveringMemoryArea(ulong address, uint kind, Access access, BusHookD… in RemoveWatchpointsCoveringMemoryArea()
178 …tDescriptor> CalculateAllCoveringAddressess(ulong address, uint kind, Access access, BusHookDelega… in CalculateAllCoveringAddressess()
193 …public WatchpointDescriptor(ulong address, SysbusAccessWidth width, Access access, BusHookDelegate… in WatchpointDescriptor()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Hooks/
DSystemBusHooksExtensions.cs36 …k(this IBusController sysbus, ulong address, SysbusAccessWidth width, Access access, string python… in AddWatchpointHook()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/
DBusHookHandler.cs12 …gate void BusHookDelegate(ICpuSupportingGdb cpu, ulong address, SysbusAccessWidth access, ulong va… in BusHookDelegate()
DIBusController.cs78 …void AddWatchpointHook(ulong address, SysbusAccessWidth width, Access access, BusHookDelegate hook… in AddWatchpointHook()
80 bool TryGetWatchpointsAt(ulong address, Access access, out List<BusHookHandler> result); in TryGetWatchpointsAt()
DBusControllerProxy.cs250 …public virtual void AddWatchpointHook(ulong address, SysbusAccessWidth width, Access access, BusHo… in AddWatchpointHook()
275 …public virtual bool TryGetWatchpointsAt(ulong address, Access access, out List<BusHookHandler> res… in TryGetWatchpointsAt()
DSystemBus.cs893 …public void AddWatchpointHook(ulong address, SysbusAccessWidth width, Access access, BusHookDelega… in AddWatchpointHook()
957 … public bool TryGetWatchpointsAt(ulong address, Access access, out List<BusHookHandler> result) in TryGetWatchpointsAt()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Tests/UnitTests/
DSVDParserTests.cs344 …ons([Values("write-only", "read-only", "read-write", "read-writeOnce", "writeOnce")] string access) in ShouldHandleDifferentAccessPermissions()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/HostInterfaces/Network/
DWindowsTapInterface.cs258 … private static uint CalculateControlCode(uint deviceType, uint function, uint method, uint access) in CalculateControlCode()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DCC1200.cs211 private AccessDescriptor access; field in Antmicro.Renode.Peripherals.Wireless.CC1200
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DARM_GenericInterruptController.cs807 private bool NonSecureAccessPermitsGroup(NonSecureAccess access, GroupType type) in NonSecureAccessPermitsGroup()