/FreeRTOS-Kernel/portable/Common/ |
A D | mpu_wrappers_v2.c | 109 #define CONVERT_TO_EXTERNAL_INDEX( lIndex ) ( ( lIndex ) + INDEX_OFFSET ) argument 114 #define CONVERT_TO_INTERNAL_INDEX( lIndex ) ( ( lIndex ) - INDEX_OFFSET ) argument 314 return lIndex; in MPU_GetIndexForHandle() 1865 int32_t lIndex; in MPU_vTaskAllocateMPURegions() local 1927 int32_t lIndex; in MPU_pcTaskGetName() local 2180 int32_t lIndex; in MPU_xQueueGenericSendImpl() local 2233 int32_t lIndex; in MPU_uxQueueMessagesWaitingImpl() local 2263 int32_t lIndex; in MPU_uxQueueSpacesAvailableImpl() local 2297 int32_t lIndex; in MPU_xQueueReceiveImpl() local 2349 int32_t lIndex; in MPU_xQueuePeekImpl() local [all …]
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM4F_MPU/ |
A D | port.c | 1136 int32_t lIndex; in vPortStoreTaskMPUSettings() local 1197 lIndex = 0; in vPortStoreTaskMPUSettings() 1201 if( ( xRegions[ lIndex ] ).ulLengthInBytes > 0UL ) in vPortStoreTaskMPUSettings() 1207 ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) | in vPortStoreTaskMPUSettings() 1212 ( prvGetMPURegionSizeSetting( xRegions[ lIndex ].ulLengthInBytes ) ) | in vPortStoreTaskMPUSettings() 1213 ( xRegions[ lIndex ].ulParameters ) | in vPortStoreTaskMPUSettings() 1216 …ttings->xRegionSettings[ ul ].ulRegionStartAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress; in vPortStoreTaskMPUSettings() 1217 …egionEndAddress = ( uint32_t ) ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex … in vPortStoreTaskMPUSettings() 1220 …if( ( ( xRegions[ lIndex ].ulParameters & portMPU_REGION_READ_ONLY ) == portMPU_REGION_READ_ONLY )… in vPortStoreTaskMPUSettings() 1226 … if( ( xRegions[ lIndex ].ulParameters & portMPU_REGION_READ_WRITE ) == portMPU_REGION_READ_WRITE ) in vPortStoreTaskMPUSettings() [all …]
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM3_MPU/ |
A D | port.c | 1258 int32_t lIndex; in vPortStoreTaskMPUSettings() local 1318 lIndex = 0; in vPortStoreTaskMPUSettings() 1322 if( ( xRegions[ lIndex ] ).ulLengthInBytes > 0UL ) in vPortStoreTaskMPUSettings() 1328 ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) | in vPortStoreTaskMPUSettings() 1333 ( prvGetMPURegionSizeSetting( xRegions[ lIndex ].ulLengthInBytes ) ) | in vPortStoreTaskMPUSettings() 1334 ( xRegions[ lIndex ].ulParameters ) | in vPortStoreTaskMPUSettings() 1337 …ttings->xRegionSettings[ ul ].ulRegionStartAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress; in vPortStoreTaskMPUSettings() 1338 …egionEndAddress = ( uint32_t ) ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex … in vPortStoreTaskMPUSettings() 1341 …if( ( ( xRegions[ lIndex ].ulParameters & portMPU_REGION_READ_ONLY ) == portMPU_REGION_READ_ONLY )… in vPortStoreTaskMPUSettings() 1347 … if( ( xRegions[ lIndex ].ulParameters & portMPU_REGION_READ_WRITE ) == portMPU_REGION_READ_WRITE ) in vPortStoreTaskMPUSettings() [all …]
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM4_MPU/ |
A D | port.c | 1400 int32_t lIndex; in vPortStoreTaskMPUSettings() local 1461 lIndex = 0; in vPortStoreTaskMPUSettings() 1465 if( ( xRegions[ lIndex ] ).ulLengthInBytes > 0UL ) in vPortStoreTaskMPUSettings() 1471 ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) | in vPortStoreTaskMPUSettings() 1476 ( prvGetMPURegionSizeSetting( xRegions[ lIndex ].ulLengthInBytes ) ) | in vPortStoreTaskMPUSettings() 1477 ( xRegions[ lIndex ].ulParameters ) | in vPortStoreTaskMPUSettings() 1480 …ttings->xRegionSettings[ ul ].ulRegionStartAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress; in vPortStoreTaskMPUSettings() 1481 …egionEndAddress = ( uint32_t ) ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex … in vPortStoreTaskMPUSettings() 1484 …if( ( ( xRegions[ lIndex ].ulParameters & portMPU_REGION_READ_ONLY ) == portMPU_REGION_READ_ONLY )… in vPortStoreTaskMPUSettings() 1490 … if( ( xRegions[ lIndex ].ulParameters & portMPU_REGION_READ_WRITE ) == portMPU_REGION_READ_WRITE ) in vPortStoreTaskMPUSettings() [all …]
|
/FreeRTOS-Kernel/portable/RVDS/ARM_CM4_MPU/ |
A D | port.c | 1391 int32_t lIndex; in vPortStoreTaskMPUSettings() local 1452 lIndex = 0; in vPortStoreTaskMPUSettings() 1456 if( ( xRegions[ lIndex ] ).ulLengthInBytes > 0UL ) in vPortStoreTaskMPUSettings() 1462 ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) | in vPortStoreTaskMPUSettings() 1467 ( prvGetMPURegionSizeSetting( xRegions[ lIndex ].ulLengthInBytes ) ) | in vPortStoreTaskMPUSettings() 1468 ( xRegions[ lIndex ].ulParameters ) | in vPortStoreTaskMPUSettings() 1471 …ttings->xRegionSettings[ ul ].ulRegionStartAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress; in vPortStoreTaskMPUSettings() 1472 …egionEndAddress = ( uint32_t ) ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex … in vPortStoreTaskMPUSettings() 1475 …if( ( ( xRegions[ lIndex ].ulParameters & portMPU_REGION_READ_ONLY ) == portMPU_REGION_READ_ONLY )… in vPortStoreTaskMPUSettings() 1481 … if( ( xRegions[ lIndex ].ulParameters & portMPU_REGION_READ_WRITE ) == portMPU_REGION_READ_WRITE ) in vPortStoreTaskMPUSettings() [all …]
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM85/non_secure/ |
A D | port.c | 1873 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1933 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1938 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1939 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1947 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1957 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1969 … if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_PRIVILEGED_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1977 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1995 lIndex++; in vPortStoreTaskMPUSettings()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM85_NTZ/non_secure/ |
A D | port.c | 1873 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1933 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1938 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1939 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1947 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1957 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1969 … if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_PRIVILEGED_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1977 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1995 lIndex++; in vPortStoreTaskMPUSettings()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM23/non_secure/ |
A D | port.c | 1873 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1933 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1938 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1939 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1947 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1957 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1969 … if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_PRIVILEGED_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1977 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1995 lIndex++; in vPortStoreTaskMPUSettings()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM23_NTZ/non_secure/ |
A D | port.c | 1873 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1933 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1938 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1939 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1947 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1957 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1969 … if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_PRIVILEGED_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1977 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1995 lIndex++; in vPortStoreTaskMPUSettings()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM33/non_secure/ |
A D | port.c | 1873 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1933 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1938 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1939 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1947 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1957 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1969 … if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_PRIVILEGED_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1977 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1995 lIndex++; in vPortStoreTaskMPUSettings()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM33_NTZ/non_secure/ |
A D | port.c | 1873 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1933 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1938 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1939 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1947 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1957 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1969 … if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_PRIVILEGED_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1977 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1995 lIndex++; in vPortStoreTaskMPUSettings()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM35P/non_secure/ |
A D | port.c | 1873 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1933 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1938 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1939 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1947 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1957 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1969 … if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_PRIVILEGED_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1977 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1995 lIndex++; in vPortStoreTaskMPUSettings()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM35P_NTZ/non_secure/ |
A D | port.c | 1873 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1933 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1938 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1939 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1947 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1957 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1969 … if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_PRIVILEGED_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1977 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1995 lIndex++; in vPortStoreTaskMPUSettings()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM55/non_secure/ |
A D | port.c | 1873 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1933 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1938 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1939 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1947 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1957 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1969 … if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_PRIVILEGED_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1977 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1995 lIndex++; in vPortStoreTaskMPUSettings()
|
/FreeRTOS-Kernel/portable/IAR/ARM_CM55_NTZ/non_secure/ |
A D | port.c | 1873 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1933 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1938 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1939 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1947 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1957 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1969 … if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_PRIVILEGED_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1977 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1995 lIndex++; in vPortStoreTaskMPUSettings()
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM23_NTZ/non_secure/ |
A D | port.c | 1873 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1933 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1938 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1939 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1947 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1957 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1969 … if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_PRIVILEGED_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1977 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1995 lIndex++; in vPortStoreTaskMPUSettings()
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM33/non_secure/ |
A D | port.c | 1873 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1933 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1938 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1939 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1947 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1957 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1969 … if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_PRIVILEGED_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1977 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1995 lIndex++; in vPortStoreTaskMPUSettings()
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM33_NTZ/non_secure/ |
A D | port.c | 1873 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1933 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1938 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1939 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1947 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1957 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1969 … if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_PRIVILEGED_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1977 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1995 lIndex++; in vPortStoreTaskMPUSettings()
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM35P/non_secure/ |
A D | port.c | 1873 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1933 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1938 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1939 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1947 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1957 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1969 … if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_PRIVILEGED_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1977 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1995 lIndex++; in vPortStoreTaskMPUSettings()
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM35P_NTZ/non_secure/ |
A D | port.c | 1873 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1933 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1938 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1939 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1947 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1957 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1969 … if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_PRIVILEGED_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1977 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1995 lIndex++; in vPortStoreTaskMPUSettings()
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM55_NTZ/non_secure/ |
A D | port.c | 1873 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1933 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1938 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1939 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1947 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1957 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1969 … if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_PRIVILEGED_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1977 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1995 lIndex++; in vPortStoreTaskMPUSettings()
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM85/non_secure/ |
A D | port.c | 1873 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1933 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1938 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1939 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1947 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1957 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1969 … if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_PRIVILEGED_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1977 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1995 lIndex++; in vPortStoreTaskMPUSettings()
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM85_NTZ/non_secure/ |
A D | port.c | 1873 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1933 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1938 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1939 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1947 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1957 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1969 … if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_PRIVILEGED_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1977 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1995 lIndex++; in vPortStoreTaskMPUSettings()
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM55/non_secure/ |
A D | port.c | 1873 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1933 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1938 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1939 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1947 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1957 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1969 … if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_PRIVILEGED_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1977 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1995 lIndex++; in vPortStoreTaskMPUSettings()
|
/FreeRTOS-Kernel/portable/GCC/ARM_CM23/non_secure/ |
A D | port.c | 1873 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1933 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1938 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1939 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1947 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1957 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1969 … if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_PRIVILEGED_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1977 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1995 lIndex++; in vPortStoreTaskMPUSettings()
|