Home
last modified time | relevance | path

Searched refs:genericInterruptController (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DARMv7R.cs18 …string cpuType, uint cpuId = 0, ARM_GenericInterruptController genericInterruptController = null, … in ARMv7R() argument
25 genericInterruptController?.AttachCPU(this); in ARMv7R()
DARMv7A.cs20 …string cpuType, uint cpuId = 0, ARM_GenericInterruptController genericInterruptController = null, … in ARMv7A() argument
26 genericInterruptController?.AttachCPU(this); in ARMv7A()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm64/
DARMv8R.cs24 …ring cpuType, IMachine machine, ARM_GenericInterruptController genericInterruptController, uint cp… in ARMv8R() argument
31 gic = genericInterruptController; in ARMv8R()
DARMv8A.cs26 …achine machine, string cpuType, ARM_GenericInterruptController genericInterruptController, uint cp… in ARMv8A() argument
30 gic = genericInterruptController; in ARMv8A()