Home
last modified time | relevance | path

Searched refs:configTOTAL_MPU_REGIONS (Results 1 – 25 of 92) sorted by relevance

1234

/Kernel-v11.1.0/portable/IAR/ARM_CM4F_MPU/
Dportmacro.h104 #ifndef configTOTAL_MPU_REGIONS
106 #define configTOTAL_MPU_REGIONS ( 8UL ) macro
185 #define portSTACK_REGION ( configTOTAL_MPU_REGIONS - 5UL )
186 #define portGENERAL_PERIPHERALS_REGION ( configTOTAL_MPU_REGIONS - 4UL )
187 #define portUNPRIVILEGED_FLASH_REGION ( configTOTAL_MPU_REGIONS - 3UL )
188 #define portPRIVILEGED_FLASH_REGION ( configTOTAL_MPU_REGIONS - 2UL )
189 #define portPRIVILEGED_RAM_REGION ( configTOTAL_MPU_REGIONS - 1UL )
191 #define portLAST_CONFIGURABLE_REGION ( configTOTAL_MPU_REGIONS - 6UL )
192 #define portNUM_CONFIGURABLE_REGIONS ( configTOTAL_MPU_REGIONS - 5UL )
Dportasm.s125 #ifdef configTOTAL_MPU_REGIONS
126 #if ( configTOTAL_MPU_REGIONS == 16 )
245 #ifdef configTOTAL_MPU_REGIONS
246 #if ( configTOTAL_MPU_REGIONS == 16 )
/Kernel-v11.1.0/portable/GCC/ARM_CM4_MPU/
Dportmacro.h102 #ifndef configTOTAL_MPU_REGIONS
104 #define configTOTAL_MPU_REGIONS ( 8UL ) macro
183 #define portSTACK_REGION ( configTOTAL_MPU_REGIONS - 5UL )
184 #define portGENERAL_PERIPHERALS_REGION ( configTOTAL_MPU_REGIONS - 4UL )
185 #define portUNPRIVILEGED_FLASH_REGION ( configTOTAL_MPU_REGIONS - 3UL )
186 #define portPRIVILEGED_FLASH_REGION ( configTOTAL_MPU_REGIONS - 2UL )
187 #define portPRIVILEGED_RAM_REGION ( configTOTAL_MPU_REGIONS - 1UL )
189 #define portLAST_CONFIGURABLE_REGION ( configTOTAL_MPU_REGIONS - 6UL )
190 #define portNUM_CONFIGURABLE_REGIONS ( configTOTAL_MPU_REGIONS - 5UL )
/Kernel-v11.1.0/portable/RVDS/ARM_CM4_MPU/
Dportmacro.h101 #ifndef configTOTAL_MPU_REGIONS
103 #define configTOTAL_MPU_REGIONS ( 8UL ) macro
182 #define portSTACK_REGION ( configTOTAL_MPU_REGIONS - 5UL )
183 #define portGENERAL_PERIPHERALS_REGION ( configTOTAL_MPU_REGIONS - 4UL )
184 #define portUNPRIVILEGED_FLASH_REGION ( configTOTAL_MPU_REGIONS - 3UL )
185 #define portPRIVILEGED_FLASH_REGION ( configTOTAL_MPU_REGIONS - 2UL )
186 #define portPRIVILEGED_RAM_REGION ( configTOTAL_MPU_REGIONS - 1UL )
188 #define portLAST_CONFIGURABLE_REGION ( configTOTAL_MPU_REGIONS - 6UL )
189 #define portNUM_CONFIGURABLE_REGIONS ( configTOTAL_MPU_REGIONS - 5UL )
/Kernel-v11.1.0/portable/GCC/ARM_CRx_MPU/
Dportmacro_asm.h38 #ifndef configTOTAL_MPU_REGIONS
40 #elif( configTOTAL_MPU_REGIONS == 12 )
42 #elif( configTOTAL_MPU_REGIONS == 16 )
/Kernel-v11.1.0/portable/GCC/ARM_CM55_NTZ/non_secure/
Dportasm.c78 #if ( configTOTAL_MPU_REGIONS == 16 ) in vRestoreContextOfFirstTask()
314 #if ( configTOTAL_MPU_REGIONS == 16 ) in PendSV_Handler()
/Kernel-v11.1.0/portable/GCC/ARM_CM85_NTZ/non_secure/
Dportasm.c78 #if ( configTOTAL_MPU_REGIONS == 16 ) in vRestoreContextOfFirstTask()
314 #if ( configTOTAL_MPU_REGIONS == 16 ) in PendSV_Handler()
/Kernel-v11.1.0/portable/GCC/ARM_CM35P_NTZ/non_secure/
Dportasm.c78 #if ( configTOTAL_MPU_REGIONS == 16 ) in vRestoreContextOfFirstTask()
314 #if ( configTOTAL_MPU_REGIONS == 16 ) in PendSV_Handler()
Dportmacrocommon.h141 #ifndef configTOTAL_MPU_REGIONS
143 #define configTOTAL_MPU_REGIONS ( 8UL ) macro
153 #define portLAST_CONFIGURABLE_REGION ( configTOTAL_MPU_REGIONS - 1UL )
/Kernel-v11.1.0/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33_NTZ/
Dportasm.c78 #if ( configTOTAL_MPU_REGIONS == 16 ) in vRestoreContextOfFirstTask()
314 #if ( configTOTAL_MPU_REGIONS == 16 ) in PendSV_Handler()
/Kernel-v11.1.0/portable/GCC/ARM_CM33_NTZ/non_secure/
Dportasm.c78 #if ( configTOTAL_MPU_REGIONS == 16 ) in vRestoreContextOfFirstTask()
314 #if ( configTOTAL_MPU_REGIONS == 16 ) in PendSV_Handler()
/Kernel-v11.1.0/portable/GCC/ARM_CM35P/non_secure/
Dportasm.c78 #if ( configTOTAL_MPU_REGIONS == 16 ) in vRestoreContextOfFirstTask()
335 #if ( configTOTAL_MPU_REGIONS == 16 ) in PendSV_Handler()
Dportmacrocommon.h141 #ifndef configTOTAL_MPU_REGIONS
143 #define configTOTAL_MPU_REGIONS ( 8UL ) macro
153 #define portLAST_CONFIGURABLE_REGION ( configTOTAL_MPU_REGIONS - 1UL )
/Kernel-v11.1.0/portable/GCC/ARM_CM85/non_secure/
Dportasm.c78 #if ( configTOTAL_MPU_REGIONS == 16 ) in vRestoreContextOfFirstTask()
335 #if ( configTOTAL_MPU_REGIONS == 16 ) in PendSV_Handler()
/Kernel-v11.1.0/portable/GCC/ARM_CM55/non_secure/
Dportasm.c78 #if ( configTOTAL_MPU_REGIONS == 16 ) in vRestoreContextOfFirstTask()
335 #if ( configTOTAL_MPU_REGIONS == 16 ) in PendSV_Handler()
Dportmacrocommon.h141 #ifndef configTOTAL_MPU_REGIONS
143 #define configTOTAL_MPU_REGIONS ( 8UL ) macro
153 #define portLAST_CONFIGURABLE_REGION ( configTOTAL_MPU_REGIONS - 1UL )
/Kernel-v11.1.0/portable/GCC/ARM_CM33/non_secure/
Dportasm.c78 #if ( configTOTAL_MPU_REGIONS == 16 ) in vRestoreContextOfFirstTask()
335 #if ( configTOTAL_MPU_REGIONS == 16 ) in PendSV_Handler()
/Kernel-v11.1.0/portable/ARMv8M/non_secure/portable/GCC/ARM_CM33/
Dportasm.c78 #if ( configTOTAL_MPU_REGIONS == 16 ) in vRestoreContextOfFirstTask()
335 #if ( configTOTAL_MPU_REGIONS == 16 ) in PendSV_Handler()
/Kernel-v11.1.0/portable/IAR/ARM_CM55/non_secure/
Dportmacrocommon.h141 #ifndef configTOTAL_MPU_REGIONS
143 #define configTOTAL_MPU_REGIONS ( 8UL ) macro
153 #define portLAST_CONFIGURABLE_REGION ( configTOTAL_MPU_REGIONS - 1UL )
/Kernel-v11.1.0/portable/IAR/ARM_CM85/non_secure/
Dportmacrocommon.h141 #ifndef configTOTAL_MPU_REGIONS
143 #define configTOTAL_MPU_REGIONS ( 8UL ) macro
153 #define portLAST_CONFIGURABLE_REGION ( configTOTAL_MPU_REGIONS - 1UL )
/Kernel-v11.1.0/portable/IAR/ARM_CM23/non_secure/
Dportmacrocommon.h141 #ifndef configTOTAL_MPU_REGIONS
143 #define configTOTAL_MPU_REGIONS ( 8UL ) macro
153 #define portLAST_CONFIGURABLE_REGION ( configTOTAL_MPU_REGIONS - 1UL )
/Kernel-v11.1.0/portable/IAR/ARM_CM55_NTZ/non_secure/
Dportmacrocommon.h141 #ifndef configTOTAL_MPU_REGIONS
143 #define configTOTAL_MPU_REGIONS ( 8UL ) macro
153 #define portLAST_CONFIGURABLE_REGION ( configTOTAL_MPU_REGIONS - 1UL )
/Kernel-v11.1.0/portable/ARMv8M/non_secure/
Dportmacrocommon.h141 #ifndef configTOTAL_MPU_REGIONS
143 #define configTOTAL_MPU_REGIONS ( 8UL ) macro
153 #define portLAST_CONFIGURABLE_REGION ( configTOTAL_MPU_REGIONS - 1UL )
/Kernel-v11.1.0/portable/IAR/ARM_CM85_NTZ/non_secure/
Dportmacrocommon.h141 #ifndef configTOTAL_MPU_REGIONS
143 #define configTOTAL_MPU_REGIONS ( 8UL ) macro
153 #define portLAST_CONFIGURABLE_REGION ( configTOTAL_MPU_REGIONS - 1UL )
/Kernel-v11.1.0/portable/IAR/ARM_CM33/non_secure/
Dportmacrocommon.h141 #ifndef configTOTAL_MPU_REGIONS
143 #define configTOTAL_MPU_REGIONS ( 8UL ) macro
153 #define portLAST_CONFIGURABLE_REGION ( configTOTAL_MPU_REGIONS - 1UL )

1234