Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/Arm-M/
DCortexMImplementationDefinedAttributionUnit.cs23 NonSecureCallable = 1, enumerator
DCortexM.cs847 NonSecureCallable = nonSecureCallable; in IDAURegion()
857NonSecureCallable = (rlar & IDAURlarNonSecureCallableFlag) == IDAURlarNonSecureCallableFlag; in IDAURegion()
869 rlar |= NonSecureCallable ? IDAURlarNonSecureCallableFlag : 0u; in ToRLAR()
887 public bool NonSecureCallable { get; private set; } property
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/SiLabs/
DEFR32xG2_SMU_1.cs463 return SecurityType.NonSecureCallable; in GetMemoryAddressSecurityType()
486 return SecurityType.NonSecureCallable; in GetMemoryAddressSecurityType()
548 NonSecureCallable = 3, enumerator