Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Headers/
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)) { in cmse_check_address_range()
148 case CMSE_MPU_NONSECURE: in cmse_check_address_range()
152 case CMSE_MPU_UNPRIV | CMSE_MPU_NONSECURE: in cmse_check_address_range()
172 switch (__flags & ~(CMSE_MPU_UNPRIV | CMSE_MPU_NONSECURE)) { in cmse_check_address_range()
/external/llvm-project/clang/test/CodeGen/
Darm-cmse-secure.c44 | CMSE_MPU_NONSECURE in test_address_range()