Searched refs:CMSE_MPU_NONSECURE (Results 1 – 2 of 2) sorted by relevance
21 #define CMSE_MPU_NONSECURE 16 /* sets A flag, checks if secure field unset */ macro22 #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()
44 | CMSE_MPU_NONSECURE in test_address_range()