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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Darm_cmse.h21 #define CMSE_MPU_NONSECURE 16 /* sets A flag, checks if secure field unset */ macro
22 #define CMSE_NONSECURE (CMSE_AU_NONSECURE | CMSE_MPU_NONSECURE)
138 switch (__flags & (CMSE_MPU_UNPRIV | CMSE_MPU_NONSECURE)) {
148 case CMSE_MPU_NONSECURE:
152 case CMSE_MPU_UNPRIV | CMSE_MPU_NONSECURE:
172 switch (__flags & ~(CMSE_MPU_UNPRIV | CMSE_MPU_NONSECURE)) {

Completed in 107 milliseconds