Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Headers/
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)
167 if (__flags & CMSE_AU_NONSECURE) in cmse_check_address_range()
174 case CMSE_MPU_READ | CMSE_MPU_READWRITE | CMSE_AU_NONSECURE: in cmse_check_address_range()
175 case CMSE_MPU_READWRITE | CMSE_AU_NONSECURE: in cmse_check_address_range()
178 case CMSE_MPU_READ | CMSE_AU_NONSECURE: in cmse_check_address_range()
181 case CMSE_AU_NONSECURE: in cmse_check_address_range()
/external/llvm-project/clang/test/CodeGen/
Darm-cmse-secure.c61 | CMSE_AU_NONSECURE); in test_pointed_object()