/Kernel-v11.1.0/portable/IAR/ARM_CM4F_MPU/ |
D | portmacro.h | 104 #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 )
|
D | portasm.s | 125 #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/ |
D | portmacro.h | 102 #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/ |
D | portmacro.h | 101 #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/ |
D | portmacro_asm.h | 38 #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/ |
D | portasm.c | 78 #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/ |
D | portasm.c | 78 #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/ |
D | portasm.c | 78 #if ( configTOTAL_MPU_REGIONS == 16 ) in vRestoreContextOfFirstTask() 314 #if ( configTOTAL_MPU_REGIONS == 16 ) in PendSV_Handler()
|
D | portmacrocommon.h | 141 #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/ |
D | portasm.c | 78 #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/ |
D | portasm.c | 78 #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/ |
D | portasm.c | 78 #if ( configTOTAL_MPU_REGIONS == 16 ) in vRestoreContextOfFirstTask() 335 #if ( configTOTAL_MPU_REGIONS == 16 ) in PendSV_Handler()
|
D | portmacrocommon.h | 141 #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/ |
D | portasm.c | 78 #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/ |
D | portasm.c | 78 #if ( configTOTAL_MPU_REGIONS == 16 ) in vRestoreContextOfFirstTask() 335 #if ( configTOTAL_MPU_REGIONS == 16 ) in PendSV_Handler()
|
D | portmacrocommon.h | 141 #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/ |
D | portasm.c | 78 #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/ |
D | portasm.c | 78 #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/ |
D | portmacrocommon.h | 141 #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/ |
D | portmacrocommon.h | 141 #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/ |
D | portmacrocommon.h | 141 #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/ |
D | portmacrocommon.h | 141 #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/ |
D | portmacrocommon.h | 141 #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/ |
D | portmacrocommon.h | 141 #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/ |
D | portmacrocommon.h | 141 #ifndef configTOTAL_MPU_REGIONS 143 #define configTOTAL_MPU_REGIONS ( 8UL ) macro 153 #define portLAST_CONFIGURABLE_REGION ( configTOTAL_MPU_REGIONS - 1UL )
|