/Kernel-v11.1.0/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 ) ) ) ? pdTRUE : pdFALSE ) 102 #define IS_INTERNAL_INDEX_VALID( lIndex ) \ argument 103 ( ( ( ( lIndex ) >= 0 ) && \ 104 ( ( lIndex ) < ( configPROTECTED_KERNEL_OBJECT_POOL_SIZE ) ) ) ? pdTRUE : pdFALSE ) 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.1.0/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.1.0/portable/GCC/ARM_CM3_MPU/ |
D | port.c | 1264 int32_t lIndex; in vPortStoreTaskMPUSettings() local 1324 lIndex = 0; in vPortStoreTaskMPUSettings() 1328 if( ( xRegions[ lIndex ] ).ulLengthInBytes > 0UL ) in vPortStoreTaskMPUSettings() 1334 ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) | in vPortStoreTaskMPUSettings() 1339 ( prvGetMPURegionSizeSetting( xRegions[ lIndex ].ulLengthInBytes ) ) | in vPortStoreTaskMPUSettings() 1340 ( xRegions[ lIndex ].ulParameters ) | in vPortStoreTaskMPUSettings() 1343 …ttings->xRegionSettings[ ul ].ulRegionStartAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress; in vPortStoreTaskMPUSettings() 1344 …egionEndAddress = ( uint32_t ) ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex … in vPortStoreTaskMPUSettings() 1347 …if( ( ( xRegions[ lIndex ].ulParameters & portMPU_REGION_READ_ONLY ) == portMPU_REGION_READ_ONLY )… in vPortStoreTaskMPUSettings() 1348 …( ( xRegions[ lIndex ].ulParameters & portMPU_REGION_PRIVILEGED_READ_WRITE_UNPRIV_READ_ONLY ) == p… in vPortStoreTaskMPUSettings() [all …]
|
/Kernel-v11.1.0/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.1.0/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.1.0/portable/GCC/ARM_CM0/ |
D | port.c | 1379 int32_t lIndex; in vPortStoreTaskMPUSettings() local 1427 lIndex = 0; in vPortStoreTaskMPUSettings() 1431 if( ( xRegions[ lIndex ] ).ulLengthInBytes > 0UL ) in vPortStoreTaskMPUSettings() 1437 ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) | in vPortStoreTaskMPUSettings() 1442 ( prvGetMPURegionSizeSetting( xRegions[ lIndex ].ulLengthInBytes ) ) | in vPortStoreTaskMPUSettings() 1443 ( xRegions[ lIndex ].ulParameters ) | in vPortStoreTaskMPUSettings() 1453 lIndex++; in vPortStoreTaskMPUSettings()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM35P_NTZ/non_secure/ |
D | port.c | 1790 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1850 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1855 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1856 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1864 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1874 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1884 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1902 lIndex++; in vPortStoreTaskMPUSettings()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM33_NTZ/non_secure/ |
D | port.c | 1790 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1850 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1855 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1856 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1864 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1874 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1884 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1902 lIndex++; in vPortStoreTaskMPUSettings()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM35P/non_secure/ |
D | port.c | 1790 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1850 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1855 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1856 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1864 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1874 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1884 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1902 lIndex++; in vPortStoreTaskMPUSettings()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM23/non_secure/ |
D | port.c | 1790 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1850 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1855 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1856 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1864 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1874 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1884 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1902 lIndex++; in vPortStoreTaskMPUSettings()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM33/non_secure/ |
D | port.c | 1790 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1850 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1855 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1856 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1864 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1874 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1884 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1902 lIndex++; in vPortStoreTaskMPUSettings()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM55_NTZ/non_secure/ |
D | port.c | 1790 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1850 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1855 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1856 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1864 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1874 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1884 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1902 lIndex++; in vPortStoreTaskMPUSettings()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM55_NTZ/non_secure/ |
D | port.c | 1790 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1850 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1855 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1856 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1864 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1874 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1884 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1902 lIndex++; in vPortStoreTaskMPUSettings()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM55/non_secure/ |
D | port.c | 1790 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1850 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1855 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1856 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1864 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1874 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1884 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1902 lIndex++; in vPortStoreTaskMPUSettings()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM85_NTZ/non_secure/ |
D | port.c | 1790 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1850 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1855 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1856 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1864 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1874 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1884 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1902 lIndex++; in vPortStoreTaskMPUSettings()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM85/non_secure/ |
D | port.c | 1790 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1850 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1855 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1856 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1864 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1874 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1884 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1902 lIndex++; in vPortStoreTaskMPUSettings()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM23_NTZ/non_secure/ |
D | port.c | 1790 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1850 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1855 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1856 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1864 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1874 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1884 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1902 lIndex++; in vPortStoreTaskMPUSettings()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM35P_NTZ/non_secure/ |
D | port.c | 1790 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1850 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1855 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1856 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1864 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1874 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1884 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1902 lIndex++; in vPortStoreTaskMPUSettings()
|
/Kernel-v11.1.0/portable/ARMv8M/non_secure/ |
D | port.c | 1790 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1850 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1855 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1856 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1864 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1874 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1884 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1902 lIndex++; in vPortStoreTaskMPUSettings()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM23/non_secure/ |
D | port.c | 1790 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1850 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1855 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1856 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1864 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1874 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1884 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1902 lIndex++; in vPortStoreTaskMPUSettings()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM23_NTZ/non_secure/ |
D | port.c | 1790 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1850 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1855 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1856 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1864 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1874 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1884 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1902 lIndex++; in vPortStoreTaskMPUSettings()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM85_NTZ/non_secure/ |
D | port.c | 1790 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1850 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1855 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1856 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1864 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1874 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1884 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1902 lIndex++; in vPortStoreTaskMPUSettings()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM55/non_secure/ |
D | port.c | 1790 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1850 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1855 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1856 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1864 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1874 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1884 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1902 lIndex++; in vPortStoreTaskMPUSettings()
|
/Kernel-v11.1.0/portable/IAR/ARM_CM85/non_secure/ |
D | port.c | 1790 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1850 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1855 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1856 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1864 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1874 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1884 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1902 lIndex++; in vPortStoreTaskMPUSettings()
|
/Kernel-v11.1.0/portable/GCC/ARM_CM33/non_secure/ |
D | port.c | 1790 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1850 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1855 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1856 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1864 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1874 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1884 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1902 lIndex++; in vPortStoreTaskMPUSettings()
|