/Kernel-v10.6.2/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-v10.6.2/portable/GCC/ARM_CM3_MPU/ |
D | port.c | 1174 int32_t lIndex; in vPortStoreTaskMPUSettings() local 1234 lIndex = 0; in vPortStoreTaskMPUSettings() 1238 if( ( xRegions[ lIndex ] ).ulLengthInBytes > 0UL ) in vPortStoreTaskMPUSettings() 1244 ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) | in vPortStoreTaskMPUSettings() 1249 ( prvGetMPURegionSizeSetting( xRegions[ lIndex ].ulLengthInBytes ) ) | in vPortStoreTaskMPUSettings() 1250 ( xRegions[ lIndex ].ulParameters ) | in vPortStoreTaskMPUSettings() 1253 …ttings->xRegionSettings[ ul ].ulRegionStartAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress; in vPortStoreTaskMPUSettings() 1254 …egionEndAddress = ( uint32_t ) ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex … in vPortStoreTaskMPUSettings() 1257 …if( ( ( xRegions[ lIndex ].ulParameters & portMPU_REGION_READ_ONLY ) == portMPU_REGION_READ_ONLY )… in vPortStoreTaskMPUSettings() 1258 …( ( xRegions[ lIndex ].ulParameters & portMPU_REGION_PRIVILEGED_READ_WRITE_UNPRIV_READ_ONLY ) == p… in vPortStoreTaskMPUSettings() [all …]
|
/Kernel-v10.6.2/portable/GCC/ARM_CM4_MPU/ |
D | port.c | 1344 int32_t lIndex; in vPortStoreTaskMPUSettings() local 1405 lIndex = 0; in vPortStoreTaskMPUSettings() 1409 if( ( xRegions[ lIndex ] ).ulLengthInBytes > 0UL ) in vPortStoreTaskMPUSettings() 1415 ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) | in vPortStoreTaskMPUSettings() 1420 ( prvGetMPURegionSizeSetting( xRegions[ lIndex ].ulLengthInBytes ) ) | in vPortStoreTaskMPUSettings() 1421 ( xRegions[ lIndex ].ulParameters ) | in vPortStoreTaskMPUSettings() 1424 …ttings->xRegionSettings[ ul ].ulRegionStartAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress; in vPortStoreTaskMPUSettings() 1425 …egionEndAddress = ( uint32_t ) ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex … in vPortStoreTaskMPUSettings() 1428 …if( ( ( xRegions[ lIndex ].ulParameters & portMPU_REGION_READ_ONLY ) == portMPU_REGION_READ_ONLY )… in vPortStoreTaskMPUSettings() 1429 …( ( xRegions[ lIndex ].ulParameters & portMPU_REGION_PRIVILEGED_READ_WRITE_UNPRIV_READ_ONLY ) == p… in vPortStoreTaskMPUSettings() [all …]
|
/Kernel-v10.6.2/portable/IAR/ARM_CM4F_MPU/ |
D | port.c | 1067 int32_t lIndex; in vPortStoreTaskMPUSettings() local 1128 lIndex = 0; in vPortStoreTaskMPUSettings() 1132 if( ( xRegions[ lIndex ] ).ulLengthInBytes > 0UL ) in vPortStoreTaskMPUSettings() 1138 ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) | in vPortStoreTaskMPUSettings() 1143 ( prvGetMPURegionSizeSetting( xRegions[ lIndex ].ulLengthInBytes ) ) | in vPortStoreTaskMPUSettings() 1144 ( xRegions[ lIndex ].ulParameters ) | in vPortStoreTaskMPUSettings() 1147 …ttings->xRegionSettings[ ul ].ulRegionStartAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress; in vPortStoreTaskMPUSettings() 1148 …egionEndAddress = ( uint32_t ) ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex … in vPortStoreTaskMPUSettings() 1151 …if( ( ( xRegions[ lIndex ].ulParameters & portMPU_REGION_READ_ONLY ) == portMPU_REGION_READ_ONLY )… in vPortStoreTaskMPUSettings() 1152 …( ( xRegions[ lIndex ].ulParameters & portMPU_REGION_PRIVILEGED_READ_WRITE_UNPRIV_READ_ONLY ) == p… in vPortStoreTaskMPUSettings() [all …]
|
/Kernel-v10.6.2/portable/RVDS/ARM_CM4_MPU/ |
D | port.c | 1335 int32_t lIndex; in vPortStoreTaskMPUSettings() local 1396 lIndex = 0; in vPortStoreTaskMPUSettings() 1400 if( ( xRegions[ lIndex ] ).ulLengthInBytes > 0UL ) in vPortStoreTaskMPUSettings() 1406 ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) | in vPortStoreTaskMPUSettings() 1411 ( prvGetMPURegionSizeSetting( xRegions[ lIndex ].ulLengthInBytes ) ) | in vPortStoreTaskMPUSettings() 1412 ( xRegions[ lIndex ].ulParameters ) | in vPortStoreTaskMPUSettings() 1415 …ttings->xRegionSettings[ ul ].ulRegionStartAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress; in vPortStoreTaskMPUSettings() 1416 …egionEndAddress = ( uint32_t ) ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex … in vPortStoreTaskMPUSettings() 1419 …if( ( ( xRegions[ lIndex ].ulParameters & portMPU_REGION_READ_ONLY ) == portMPU_REGION_READ_ONLY )… in vPortStoreTaskMPUSettings() 1420 …( ( xRegions[ lIndex ].ulParameters & portMPU_REGION_PRIVILEGED_READ_WRITE_UNPRIV_READ_ONLY ) == p… in vPortStoreTaskMPUSettings() [all …]
|
/Kernel-v10.6.2/portable/GCC/ARM_CM55_NTZ/non_secure/ |
D | port.c | 1701 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1760 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1765 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1766 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1774 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1784 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1794 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1812 lIndex++; in vPortStoreTaskMPUSettings()
|
/Kernel-v10.6.2/portable/GCC/ARM_CM85_NTZ/non_secure/ |
D | port.c | 1701 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1760 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1765 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1766 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1774 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1784 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1794 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1812 lIndex++; in vPortStoreTaskMPUSettings()
|
/Kernel-v10.6.2/portable/GCC/ARM_CM35P_NTZ/non_secure/ |
D | port.c | 1701 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1760 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1765 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1766 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1774 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1784 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1794 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1812 lIndex++; in vPortStoreTaskMPUSettings()
|
/Kernel-v10.6.2/portable/IAR/ARM_CM85_NTZ/non_secure/ |
D | port.c | 1701 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1760 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1765 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1766 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1774 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1784 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1794 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1812 lIndex++; in vPortStoreTaskMPUSettings()
|
/Kernel-v10.6.2/portable/GCC/ARM_CM55/non_secure/ |
D | port.c | 1701 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1760 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1765 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1766 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1774 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1784 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1794 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1812 lIndex++; in vPortStoreTaskMPUSettings()
|
/Kernel-v10.6.2/portable/GCC/ARM_CM33_NTZ/non_secure/ |
D | port.c | 1701 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1760 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1765 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1766 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1774 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1784 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1794 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1812 lIndex++; in vPortStoreTaskMPUSettings()
|
/Kernel-v10.6.2/portable/GCC/ARM_CM35P/non_secure/ |
D | port.c | 1701 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1760 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1765 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1766 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1774 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1784 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1794 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1812 lIndex++; in vPortStoreTaskMPUSettings()
|
/Kernel-v10.6.2/portable/IAR/ARM_CM55/non_secure/ |
D | port.c | 1701 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1760 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1765 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1766 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1774 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1784 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1794 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1812 lIndex++; in vPortStoreTaskMPUSettings()
|
/Kernel-v10.6.2/portable/IAR/ARM_CM55_NTZ/non_secure/ |
D | port.c | 1701 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1760 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1765 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1766 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1774 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1784 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1794 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1812 lIndex++; in vPortStoreTaskMPUSettings()
|
/Kernel-v10.6.2/portable/IAR/ARM_CM23/non_secure/ |
D | port.c | 1701 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1760 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1765 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1766 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1774 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1784 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1794 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1812 lIndex++; in vPortStoreTaskMPUSettings()
|
/Kernel-v10.6.2/portable/IAR/ARM_CM85/non_secure/ |
D | port.c | 1701 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1760 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1765 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1766 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1774 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1784 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1794 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1812 lIndex++; in vPortStoreTaskMPUSettings()
|
/Kernel-v10.6.2/portable/IAR/ARM_CM33_NTZ/non_secure/ |
D | port.c | 1701 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1760 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1765 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1766 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1774 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1784 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1794 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1812 lIndex++; in vPortStoreTaskMPUSettings()
|
/Kernel-v10.6.2/portable/IAR/ARM_CM35P_NTZ/non_secure/ |
D | port.c | 1701 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1760 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1765 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1766 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1774 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1784 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1794 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1812 lIndex++; in vPortStoreTaskMPUSettings()
|
/Kernel-v10.6.2/portable/IAR/ARM_CM23_NTZ/non_secure/ |
D | port.c | 1701 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1760 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1765 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1766 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1774 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1784 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1794 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1812 lIndex++; in vPortStoreTaskMPUSettings()
|
/Kernel-v10.6.2/portable/IAR/ARM_CM33/non_secure/ |
D | port.c | 1701 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1760 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1765 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1766 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1774 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1784 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1794 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1812 lIndex++; in vPortStoreTaskMPUSettings()
|
/Kernel-v10.6.2/portable/GCC/ARM_CM23/non_secure/ |
D | port.c | 1701 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1760 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1765 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1766 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1774 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1784 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1794 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1812 lIndex++; in vPortStoreTaskMPUSettings()
|
/Kernel-v10.6.2/portable/ARMv8M/non_secure/ |
D | port.c | 1701 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1760 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1765 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1766 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1774 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1784 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1794 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1812 lIndex++; in vPortStoreTaskMPUSettings()
|
/Kernel-v10.6.2/portable/GCC/ARM_CM23_NTZ/non_secure/ |
D | port.c | 1701 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1760 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1765 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1766 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1774 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1784 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1794 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1812 lIndex++; in vPortStoreTaskMPUSettings()
|
/Kernel-v10.6.2/portable/GCC/ARM_CM33/non_secure/ |
D | port.c | 1701 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1760 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1765 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1766 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1774 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1784 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1794 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1812 lIndex++; in vPortStoreTaskMPUSettings()
|
/Kernel-v10.6.2/portable/GCC/ARM_CM85/non_secure/ |
D | port.c | 1701 int32_t lIndex = 0; in vPortStoreTaskMPUSettings() local 1760 if( ( xRegions != NULL ) && ( xRegions[ lIndex ].ulLengthInBytes > 0UL ) ) in vPortStoreTaskMPUSettings() 1765 …ulRegionStartAddress = ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress ) & portMPU_RBAR_ADDRESS_MA… in vPortStoreTaskMPUSettings() 1766 …ulRegionEndAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions[ lIndex ].ulLengthIn… in vPortStoreTaskMPUSettings() 1774 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_READ_ONLY ) != 0 ) in vPortStoreTaskMPUSettings() 1784 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_EXECUTE_NEVER ) != 0 ) in vPortStoreTaskMPUSettings() 1794 if( ( xRegions[ lIndex ].ulParameters & tskMPU_REGION_DEVICE_MEMORY ) != 0 ) in vPortStoreTaskMPUSettings() 1812 lIndex++; in vPortStoreTaskMPUSettings()
|