| /Kernel-v11.0.1/portable/Common/ |
| D | mpu_wrappers_v2.c | 95 #define IS_EXTERNAL_INDEX_VALID( lIndex ) \ argument 96 ( ( ( lIndex ) >= INDEX_OFFSET ) && \ 97 ( ( lIndex ) < ( configPROTECTED_KERNEL_OBJECT_POOL_SIZE + INDEX_OFFSET ) ) ) 102 #define IS_INTERNAL_INDEX_VALID( lIndex ) \ argument 103 ( ( ( lIndex ) >= 0 ) && \ 104 ( ( lIndex ) < ( configPROTECTED_KERNEL_OBJECT_POOL_SIZE ) ) ) 109 #define CONVERT_TO_EXTERNAL_INDEX( lIndex ) ( ( lIndex ) + INDEX_OFFSET ) argument 114 #define CONVERT_TO_INTERNAL_INDEX( lIndex ) ( ( lIndex ) - INDEX_OFFSET ) argument 142 static void MPU_SetIndexFreeInKernelObjectPool( int32_t lIndex ) PRIVILEGED_FUNCTION; 166 static void MPU_StoreHandleAndDataAtIndex( int32_t lIndex, [all …]
|
| /Kernel-v11.0.1/portable/GCC/ARM_CM3_MPU/ |
| D | port.c | 1236 int32_t lIndex; in vPortStoreTaskMPUSettings() local 1296 lIndex = 0; in vPortStoreTaskMPUSettings() 1300 if( ( xRegions[ lIndex ] ).ulLengthInBytes > 0UL ) in vPortStoreTaskMPUSettings() 1306 ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) | in vPortStoreTaskMPUSettings() 1311 ( prvGetMPURegionSizeSetting( xRegions[ lIndex ].ulLengthInBytes ) ) | in vPortStoreTaskMPUSettings() 1312 ( xRegions[ lIndex ].ulParameters ) | in vPortStoreTaskMPUSettings() 1315 …ttings->xRegionSettings[ ul ].ulRegionStartAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress; in vPortStoreTaskMPUSettings() 1316 …egionEndAddress = ( uint32_t ) ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex … in vPortStoreTaskMPUSettings() 1319 …if( ( ( xRegions[ lIndex ].ulParameters & portMPU_REGION_READ_ONLY ) == portMPU_REGION_READ_ONLY )… in vPortStoreTaskMPUSettings() 1320 …( ( xRegions[ lIndex ].ulParameters & portMPU_REGION_PRIVILEGED_READ_WRITE_UNPRIV_READ_ONLY ) == p… in vPortStoreTaskMPUSettings() [all …]
|
| /Kernel-v11.0.1/portable/IAR/ARM_CM4F_MPU/ |
| 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() 1221 …( ( xRegions[ lIndex ].ulParameters & portMPU_REGION_PRIVILEGED_READ_WRITE_UNPRIV_READ_ONLY ) == p… in vPortStoreTaskMPUSettings() [all …]
|
| /Kernel-v11.0.1/portable/GCC/ARM_CM4_MPU/ |
| D | port.c | 1406 int32_t lIndex; in vPortStoreTaskMPUSettings() local 1467 lIndex = 0; in vPortStoreTaskMPUSettings() 1471 if( ( xRegions[ lIndex ] ).ulLengthInBytes > 0UL ) in vPortStoreTaskMPUSettings() 1477 ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) | in vPortStoreTaskMPUSettings() 1482 ( prvGetMPURegionSizeSetting( xRegions[ lIndex ].ulLengthInBytes ) ) | in vPortStoreTaskMPUSettings() 1483 ( xRegions[ lIndex ].ulParameters ) | in vPortStoreTaskMPUSettings() 1486 …ttings->xRegionSettings[ ul ].ulRegionStartAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress; in vPortStoreTaskMPUSettings() 1487 …egionEndAddress = ( uint32_t ) ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex … in vPortStoreTaskMPUSettings() 1490 …if( ( ( xRegions[ lIndex ].ulParameters & portMPU_REGION_READ_ONLY ) == portMPU_REGION_READ_ONLY )… in vPortStoreTaskMPUSettings() 1491 …( ( xRegions[ lIndex ].ulParameters & portMPU_REGION_PRIVILEGED_READ_WRITE_UNPRIV_READ_ONLY ) == p… in vPortStoreTaskMPUSettings() [all …]
|
| /Kernel-v11.0.1/portable/RVDS/ARM_CM4_MPU/ |
| 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() 1476 …( ( xRegions[ lIndex ].ulParameters & portMPU_REGION_PRIVILEGED_READ_WRITE_UNPRIV_READ_ONLY ) == p… in vPortStoreTaskMPUSettings() [all …]
|
| /Kernel-v11.0.1/portable/GCC/ARM_CM55_NTZ/non_secure/ |
| D | port.c | 1781 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1841 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1846 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1847 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1855 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1865 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1875 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1893 lIndex++; in vPortStoreTaskMPUSettings()
|
| /Kernel-v11.0.1/portable/GCC/ARM_CM85/non_secure/ |
| D | port.c | 1781 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1841 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1846 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1847 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1855 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1865 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1875 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1893 lIndex++; in vPortStoreTaskMPUSettings()
|
| /Kernel-v11.0.1/portable/GCC/ARM_CM85_NTZ/non_secure/ |
| D | port.c | 1781 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1841 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1846 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1847 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1855 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1865 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1875 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1893 lIndex++; in vPortStoreTaskMPUSettings()
|
| /Kernel-v11.0.1/portable/IAR/ARM_CM85_NTZ/non_secure/ |
| D | port.c | 1781 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1841 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1846 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1847 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1855 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1865 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1875 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1893 lIndex++; in vPortStoreTaskMPUSettings()
|
| /Kernel-v11.0.1/portable/IAR/ARM_CM35P_NTZ/non_secure/ |
| D | port.c | 1781 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1841 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1846 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1847 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1855 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1865 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1875 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1893 lIndex++; in vPortStoreTaskMPUSettings()
|
| /Kernel-v11.0.1/portable/IAR/ARM_CM55/non_secure/ |
| D | port.c | 1781 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1841 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1846 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1847 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1855 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1865 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1875 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1893 lIndex++; in vPortStoreTaskMPUSettings()
|
| /Kernel-v11.0.1/portable/IAR/ARM_CM33_NTZ/non_secure/ |
| D | port.c | 1781 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1841 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1846 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1847 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1855 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1865 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1875 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1893 lIndex++; in vPortStoreTaskMPUSettings()
|
| /Kernel-v11.0.1/portable/IAR/ARM_CM35P/non_secure/ |
| D | port.c | 1781 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1841 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1846 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1847 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1855 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1865 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1875 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1893 lIndex++; in vPortStoreTaskMPUSettings()
|
| /Kernel-v11.0.1/portable/IAR/ARM_CM23_NTZ/non_secure/ |
| D | port.c | 1781 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1841 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1846 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1847 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1855 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1865 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1875 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1893 lIndex++; in vPortStoreTaskMPUSettings()
|
| /Kernel-v11.0.1/portable/IAR/ARM_CM33/non_secure/ |
| D | port.c | 1781 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1841 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1846 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1847 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1855 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1865 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1875 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1893 lIndex++; in vPortStoreTaskMPUSettings()
|
| /Kernel-v11.0.1/portable/GCC/ARM_CM35P_NTZ/non_secure/ |
| D | port.c | 1781 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1841 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1846 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1847 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1855 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1865 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1875 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1893 lIndex++; in vPortStoreTaskMPUSettings()
|
| /Kernel-v11.0.1/portable/GCC/ARM_CM55/non_secure/ |
| D | port.c | 1781 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1841 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1846 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1847 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1855 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1865 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1875 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1893 lIndex++; in vPortStoreTaskMPUSettings()
|
| /Kernel-v11.0.1/portable/GCC/ARM_CM33_NTZ/non_secure/ |
| D | port.c | 1781 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1841 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1846 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1847 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1855 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1865 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1875 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1893 lIndex++; in vPortStoreTaskMPUSettings()
|
| /Kernel-v11.0.1/portable/GCC/ARM_CM35P/non_secure/ |
| D | port.c | 1781 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1841 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1846 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1847 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1855 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1865 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1875 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1893 lIndex++; in vPortStoreTaskMPUSettings()
|
| /Kernel-v11.0.1/portable/IAR/ARM_CM23/non_secure/ |
| D | port.c | 1781 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1841 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1846 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1847 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1855 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1865 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1875 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1893 lIndex++; in vPortStoreTaskMPUSettings()
|
| /Kernel-v11.0.1/portable/GCC/ARM_CM23/non_secure/ |
| D | port.c | 1781 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1841 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1846 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1847 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1855 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1865 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1875 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1893 lIndex++; in vPortStoreTaskMPUSettings()
|
| /Kernel-v11.0.1/portable/IAR/ARM_CM55_NTZ/non_secure/ |
| D | port.c | 1781 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1841 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1846 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1847 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1855 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1865 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1875 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1893 lIndex++; in vPortStoreTaskMPUSettings()
|
| /Kernel-v11.0.1/portable/IAR/ARM_CM85/non_secure/ |
| D | port.c | 1781 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1841 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1846 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1847 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1855 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1865 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1875 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1893 lIndex++; in vPortStoreTaskMPUSettings()
|
| /Kernel-v11.0.1/portable/GCC/ARM_CM23_NTZ/non_secure/ |
| D | port.c | 1781 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1841 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1846 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1847 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1855 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1865 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1875 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1893 lIndex++; in vPortStoreTaskMPUSettings()
|
| /Kernel-v11.0.1/portable/GCC/ARM_CM33/non_secure/ |
| D | port.c | 1781 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1841 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1846 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1847 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1855 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1865 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1875 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1893 lIndex++; in vPortStoreTaskMPUSettings()
|