/Kernel-v11.1.0/portable/IAR/ARM_CM4F_MPU/ |
D | port.c | 1090 … portMPU_REGION_ATTRIBUTE_REG = ( portMPU_REGION_READ_WRITE | portMPU_REGION_EXECUTE_NEVER ) | in prvSetupMPU() 1148 ( portMPU_REGION_READ_WRITE ) | in vPortStoreTaskMPUSettings() 1184 ( portMPU_REGION_READ_WRITE ) | in vPortStoreTaskMPUSettings() 1226 … if( ( xRegions[ lIndex ].ulParameters & portMPU_REGION_READ_WRITE ) == portMPU_REGION_READ_WRITE ) in vPortStoreTaskMPUSettings()
|
D | portmacro.h | 90 #define portMPU_REGION_READ_WRITE ( 0x03UL << 24UL ) macro
|
/Kernel-v11.1.0/portable/GCC/ARM_CM3_MPU/ |
D | port.c | 1163 … portMPU_REGION_ATTRIBUTE_REG = ( portMPU_REGION_READ_WRITE | portMPU_REGION_EXECUTE_NEVER ) | in prvSetupMPU() 1276 ( portMPU_REGION_READ_WRITE ) | in vPortStoreTaskMPUSettings() 1312 ( portMPU_REGION_READ_WRITE ) | in vPortStoreTaskMPUSettings() 1353 … if( ( xRegions[ lIndex ].ulParameters & portMPU_REGION_READ_WRITE ) == portMPU_REGION_READ_WRITE ) in vPortStoreTaskMPUSettings()
|
D | portmacro.h | 81 #define portMPU_REGION_READ_WRITE ( 0x03UL << 24UL ) macro
|
/Kernel-v11.1.0/portable/GCC/ARM_CM4_MPU/ |
D | port.c | 1305 … portMPU_REGION_ATTRIBUTE_REG = ( portMPU_REGION_READ_WRITE | portMPU_REGION_EXECUTE_NEVER ) | in prvSetupMPU() 1418 ( portMPU_REGION_READ_WRITE ) | in vPortStoreTaskMPUSettings() 1454 ( portMPU_REGION_READ_WRITE ) | in vPortStoreTaskMPUSettings() 1496 … if( ( xRegions[ lIndex ].ulParameters & portMPU_REGION_READ_WRITE ) == portMPU_REGION_READ_WRITE ) in vPortStoreTaskMPUSettings()
|
D | portmacro.h | 88 #define portMPU_REGION_READ_WRITE ( 0x03UL << 24UL ) macro
|
/Kernel-v11.1.0/portable/RVDS/ARM_CM4_MPU/ |
D | port.c | 1302 … portMPU_REGION_ATTRIBUTE_REG = ( portMPU_REGION_READ_WRITE | portMPU_REGION_EXECUTE_NEVER ) | in prvSetupMPU() 1403 ( portMPU_REGION_READ_WRITE ) | in vPortStoreTaskMPUSettings() 1439 ( portMPU_REGION_READ_WRITE ) | in vPortStoreTaskMPUSettings() 1481 … if( ( xRegions[ lIndex ].ulParameters & portMPU_REGION_READ_WRITE ) == portMPU_REGION_READ_WRITE ) in vPortStoreTaskMPUSettings()
|
D | portmacro.h | 87 #define portMPU_REGION_READ_WRITE ( 0x03UL << 24UL ) macro
|
/Kernel-v11.1.0/portable/IAR/ARM_CM55/non_secure/ |
D | portmacrocommon.h | 182 #define portMPU_REGION_READ_WRITE ( 1UL << 1UL ) macro
|
/Kernel-v11.1.0/portable/IAR/ARM_CM85/non_secure/ |
D | portmacrocommon.h | 182 #define portMPU_REGION_READ_WRITE ( 1UL << 1UL ) macro
|
/Kernel-v11.1.0/portable/IAR/ARM_CM23/non_secure/ |
D | portmacrocommon.h | 182 #define portMPU_REGION_READ_WRITE ( 1UL << 1UL ) macro
|
/Kernel-v11.1.0/portable/IAR/ARM_CM55_NTZ/non_secure/ |
D | portmacrocommon.h | 182 #define portMPU_REGION_READ_WRITE ( 1UL << 1UL ) macro
|
/Kernel-v11.1.0/portable/GCC/ARM_CM55/non_secure/ |
D | portmacrocommon.h | 182 #define portMPU_REGION_READ_WRITE ( 1UL << 1UL ) macro
|
/Kernel-v11.1.0/portable/ARMv8M/non_secure/ |
D | portmacrocommon.h | 182 #define portMPU_REGION_READ_WRITE ( 1UL << 1UL ) macro
|
/Kernel-v11.1.0/portable/IAR/ARM_CM85_NTZ/non_secure/ |
D | portmacrocommon.h | 182 #define portMPU_REGION_READ_WRITE ( 1UL << 1UL ) macro
|
/Kernel-v11.1.0/portable/GCC/ARM_CM35P/non_secure/ |
D | portmacrocommon.h | 182 #define portMPU_REGION_READ_WRITE ( 1UL << 1UL ) macro
|
/Kernel-v11.1.0/portable/GCC/ARM_CM35P_NTZ/non_secure/ |
D | portmacrocommon.h | 182 #define portMPU_REGION_READ_WRITE ( 1UL << 1UL ) macro
|
/Kernel-v11.1.0/portable/IAR/ARM_CM33/non_secure/ |
D | portmacrocommon.h | 182 #define portMPU_REGION_READ_WRITE ( 1UL << 1UL ) macro
|
/Kernel-v11.1.0/portable/IAR/ARM_CM35P_NTZ/non_secure/ |
D | portmacrocommon.h | 182 #define portMPU_REGION_READ_WRITE ( 1UL << 1UL ) macro
|
/Kernel-v11.1.0/portable/IAR/ARM_CM33_NTZ/non_secure/ |
D | portmacrocommon.h | 182 #define portMPU_REGION_READ_WRITE ( 1UL << 1UL ) macro
|
/Kernel-v11.1.0/portable/GCC/ARM_CM23/non_secure/ |
D | portmacrocommon.h | 182 #define portMPU_REGION_READ_WRITE ( 1UL << 1UL ) macro
|
/Kernel-v11.1.0/portable/GCC/ARM_CM23_NTZ/non_secure/ |
D | portmacrocommon.h | 182 #define portMPU_REGION_READ_WRITE ( 1UL << 1UL ) macro
|
/Kernel-v11.1.0/portable/IAR/ARM_CM23_NTZ/non_secure/ |
D | portmacrocommon.h | 182 #define portMPU_REGION_READ_WRITE ( 1UL << 1UL ) macro
|
/Kernel-v11.1.0/portable/GCC/ARM_CM55_NTZ/non_secure/ |
D | portmacrocommon.h | 182 #define portMPU_REGION_READ_WRITE ( 1UL << 1UL ) macro
|
/Kernel-v11.1.0/portable/GCC/ARM_CM85_NTZ/non_secure/ |
D | portmacrocommon.h | 182 #define portMPU_REGION_READ_WRITE ( 1UL << 1UL ) macro
|