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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Darm_cmse.h19 #define CMSE_MPU_UNPRIV 4 /* sets T flag on TT insrtuction */ macro
138 switch (__flags & (CMSE_MPU_UNPRIV | CMSE_MPU_NONSECURE)) {
143 case CMSE_MPU_UNPRIV:
152 case CMSE_MPU_UNPRIV | CMSE_MPU_NONSECURE:
172 switch (__flags & ~(CMSE_MPU_UNPRIV | CMSE_MPU_NONSECURE)) {

Completed in 153 milliseconds