Home
last modified time | relevance | path

Searched refs:ARM_GenericInterruptController (Results 1 – 8 of 8) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/ARM_GenericInterruptController/
DArmGicRedistributorRegistration.cs30 …gisterExists, value, "Redistributor (byte access)", offset, (ARM_GenericInterruptController.Redist… in GetWriteByteMethod()
45 …gisterExists, value, "Redistributor (byte access)", offset, (ARM_GenericInterruptController.Redist… in GetReadByteMethod()
62 …WriteAccess(registerExists, value, "Redistributor", offset, (ARM_GenericInterruptController.Redist… in GetWriteDoubleWordMethod()
79 …gReadAccess(registerExists, value, "Redistributor", offset, (ARM_GenericInterruptController.Redist… in GetReadDoubleWordMethod()
92 …rs.TryWrite(offset, value), value, "Redistributor", offset, (ARM_GenericInterruptController.Redist… in GetWriteQuadWordMethod()
104 …TryRead(offset, out value), value, "Redistributor", offset, (ARM_GenericInterruptController.Redist… in GetReadQuadWordMethod()
115 …dCPUEntry(IBusPeripheral peripheral, out ARM_GenericInterruptController gic, out ARM_GenericInterr… in GetGICAndCPUEntry()
117 gic = peripheral as ARM_GenericInterruptController; in GetGICAndCPUEntry()
140 …urn (long)ARM_GenericInterruptController.RedistributorRegisters.InterruptPriority_0 <= offset && o… in IsByteAccessible()
DUtils.cs32 …oubleWordRegisterCollection registers, long offset, uint value, ARM_GenericInterruptController gic) in TryWriteByteToDoubleWordCollection()
44 …eWordRegisterCollection registers, long offset, out byte value, ARM_GenericInterruptController gic) in TryReadByteFromDoubleWordCollection()
52 …(QuadWordRegisterCollection registers, long offset, uint value, ARM_GenericInterruptController gic) in TryWriteDoubleWordToQuadWordCollection()
70 …dWordRegisterCollection registers, long offset, out uint value, ARM_GenericInterruptController gic) in TryReadDoubleWordFromQuadWordCollection()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DARMv7R.cs18 …lic ARMv7R(IMachine machine, string cpuType, uint cpuId = 0, ARM_GenericInterruptController generi… in ARMv7R()
DARMv7A.cs20 …lic ARMv7A(IMachine machine, string cpuType, uint cpuId = 0, ARM_GenericInterruptController generi… in ARMv7A()
DArmSignalsUnit.cs528 …MoveOrRegisterPeripheralWithinContext<ARM_GenericInterruptController>(peripheralsBaseAddress + (ul… in MovePeripherals()
529 …MoveOrRegisterPeripheralWithinContext<ARM_GenericInterruptController>(peripheralsBaseAddress + (ul… in MovePeripherals()
DARM_GenericInterruptController.cs25 …public class ARM_GenericInterruptController : IARMCPUsConnectionsProvider, IBusPeripheral, ILocalG… class
27 …public ARM_GenericInterruptController(IMachine machine, bool supportsTwoSecurityStates = true, ARM… in ARM_GenericInterruptController() method in Antmicro.Renode.Peripherals.IRQControllers.ARM_GenericInterruptController
2089 …public CPUEntry(ARM_GenericInterruptController gic, IARMSingleSecurityStateCPU cpu, IEnumerable<Gr… in CPUEntry()
2494 protected readonly ARM_GenericInterruptController gic;
2870 …public CPUEntryWithTwoSecurityStates(ARM_GenericInterruptController gic, IARMTwoSecurityStatesCPU … in CPUEntryWithTwoSecurityStates()
3155 … public bool IsLowestAffinityRoutingTargettedCPU(CPUEntry cpu, ARM_GenericInterruptController gic) in IsLowestAffinityRoutingTargettedCPU()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm64/
DARMv8R.cs24 …public ARMv8R(string cpuType, IMachine machine, ARM_GenericInterruptController genericInterruptCon… in ARMv8R()
294 private readonly ARM_GenericInterruptController gic;
DARMv8A.cs26 …public ARMv8A(IMachine machine, string cpuType, ARM_GenericInterruptController genericInterruptCon… in ARMv8A()
410 private readonly ARM_GenericInterruptController gic;