Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/
DCortexM.cs167 …Region(uint regionIndex, uint baseAddress, uint limitAddress, bool enabled, bool nonSecureCallable) in SetIDAURegion() argument
169 … SetIDAURegion(regionIndex, new IDAURegion(baseAddress, limitAddress, enabled, nonSecureCallable)); in SetIDAURegion()
837 … public IDAURegion(uint baseAddress, uint limitAddress, bool enabled, bool nonSecureCallable) in IDAURegion()
847 NonSecureCallable = nonSecureCallable; in IDAURegion()