Home
last modified time | relevance | path

Searched defs:gic (Results 1 – 5 of 5) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/ARM_GenericInterruptController/
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()
DArmGicRedistributorRegistration.cs115 …rivate void GetGICAndCPUEntry(IBusPeripheral peripheral, out ARM_GenericInterruptController gic, o… in GetGICAndCPUEntry()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm64/
DARMv8R.cs294 private readonly ARM_GenericInterruptController gic; field in Antmicro.Renode.Peripherals.CPU.ARMv8R
DARMv8A.cs410 private readonly ARM_GenericInterruptController gic; field in Antmicro.Renode.Peripherals.CPU.ARMv8A
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm/
DARM_GenericInterruptController.cs2089 …public CPUEntry(ARM_GenericInterruptController gic, IARMSingleSecurityStateCPU cpu, IEnumerable<Gr… in CPUEntry()
2494 protected readonly ARM_GenericInterruptController gic; field in Antmicro.Renode.Peripherals.IRQControllers.CPUEntry
2870 …public CPUEntryWithTwoSecurityStates(ARM_GenericInterruptController gic, IARMTwoSecurityStatesCPU … in CPUEntryWithTwoSecurityStates()
3155 … public bool IsLowestAffinityRoutingTargettedCPU(CPUEntry cpu, ARM_GenericInterruptController gic) in IsLowestAffinityRoutingTargettedCPU()