Searched refs:CMSE_AU_NONSECURE (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Darm_cmse.h18 #define CMSE_AU_NONSECURE 2 /* checks if permissions have secure field unset */ macro
22 #define CMSE_NONSECURE (CMSE_AU_NONSECURE | CMSE_MPU_NONSECURE)
166 /* CMSE_AU_NONSECURE is only supported when __ARM_FEATURE_CMSE & 0x2 */
167 if (__flags & CMSE_AU_NONSECURE)
174 case CMSE_MPU_READ | CMSE_MPU_READWRITE | CMSE_AU_NONSECURE:
175 case CMSE_MPU_READWRITE | CMSE_AU_NONSECURE:
178 case CMSE_MPU_READ | CMSE_AU_NONSECURE:
181 case CMSE_AU_NONSECURE:

Completed in 109 milliseconds