Home
last modified time | relevance | path

Searched refs:MemoryFaultAddressNonSecure (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/
DCortexM.cs377 public UInt32 MemoryFaultAddressNonSecure property in Antmicro.Renode.Peripherals.CPU.CortexM
DNVIC.cs213 …eturn isSecure || !cpu.TrustZoneEnabled ? cpu.MemoryFaultAddress : cpu.MemoryFaultAddressNonSecure; in ReadDoubleWord()