Home
last modified time | relevance | path

Searched refs:xRegions (Results 1 – 25 of 33) sorted by relevance

12

/Kernel-v10.6.2/portable/IAR/ARM_CM4F_MPU/
HDport.c1059 const struct xMEMORY_REGION * const xRegions, in vPortStoreTaskMPUSettings() argument
1070 if( xRegions == NULL ) 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 …xMPUSettings->xRegionSettings[ ul ].ulRegionStartAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseA… in vPortStoreTaskMPUSettings()
1148 … ul ].ulRegionEndAddress = ( uint32_t ) ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions 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/GCC/ARM_CM4_MPU/
HDport.c1325 const struct xMEMORY_REGION * const xRegions, in vPortStoreTaskMPUSettings() argument
1347 if( xRegions == NULL ) 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 …xMPUSettings->xRegionSettings[ ul ].ulRegionStartAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseA… in vPortStoreTaskMPUSettings()
1425 … ul ].ulRegionEndAddress = ( uint32_t ) ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions 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/GCC/ARM_CM3_MPU/
HDport.c1166 const struct xMEMORY_REGION * const xRegions, in vPortStoreTaskMPUSettings() argument
1177 if( xRegions == NULL ) 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 …xMPUSettings->xRegionSettings[ ul ].ulRegionStartAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseA… in vPortStoreTaskMPUSettings()
1254 … ul ].ulRegionEndAddress = ( uint32_t ) ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions 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/RVDS/ARM_CM4_MPU/
HDport.c1325 const struct xMEMORY_REGION * const xRegions, in vPortStoreTaskMPUSettings() argument
1338 if( xRegions == NULL ) 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 …xMPUSettings->xRegionSettings[ ul ].ulRegionStartAddress = ( uint32_t ) xRegions[ lIndex ].pvBaseA… in vPortStoreTaskMPUSettings()
1416 … ul ].ulRegionEndAddress = ( uint32_t ) ( ( uint32_t ) xRegions[ lIndex ].pvBaseAddress + xRegions 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/IAR/ARM_CM85_NTZ/non_secure/
HDport.c1696 const struct xMEMORY_REGION * const xRegions, in vPortStoreTaskMPUSettings() argument
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()
/Kernel-v10.6.2/portable/GCC/ARM_CM55_NTZ/non_secure/
HDport.c1696 const struct xMEMORY_REGION * const xRegions, in vPortStoreTaskMPUSettings() argument
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()
/Kernel-v10.6.2/portable/GCC/ARM_CM85/non_secure/
HDport.c1696 const struct xMEMORY_REGION * const xRegions, in vPortStoreTaskMPUSettings() argument
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()
/Kernel-v10.6.2/portable/GCC/ARM_CM85_NTZ/non_secure/
HDport.c1696 const struct xMEMORY_REGION * const xRegions, in vPortStoreTaskMPUSettings() argument
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()
/Kernel-v10.6.2/portable/GCC/ARM_CM35P_NTZ/non_secure/
HDport.c1696 const struct xMEMORY_REGION * const xRegions, in vPortStoreTaskMPUSettings() argument
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()
/Kernel-v10.6.2/portable/GCC/ARM_CM55/non_secure/
HDport.c1696 const struct xMEMORY_REGION * const xRegions, in vPortStoreTaskMPUSettings() argument
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()
/Kernel-v10.6.2/portable/GCC/ARM_CM23/non_secure/
HDport.c1696 const struct xMEMORY_REGION * const xRegions, in vPortStoreTaskMPUSettings() argument
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()
/Kernel-v10.6.2/portable/IAR/ARM_CM35P/non_secure/
HDport.c1696 const struct xMEMORY_REGION * const xRegions, in vPortStoreTaskMPUSettings() argument
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()
/Kernel-v10.6.2/portable/IAR/ARM_CM35P_NTZ/non_secure/
HDport.c1696 const struct xMEMORY_REGION * const xRegions, in vPortStoreTaskMPUSettings() argument
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()
/Kernel-v10.6.2/portable/IAR/ARM_CM23/non_secure/
HDport.c1696 const struct xMEMORY_REGION * const xRegions, in vPortStoreTaskMPUSettings() argument
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()
/Kernel-v10.6.2/portable/GCC/ARM_CM33/non_secure/
HDport.c1696 const struct xMEMORY_REGION * const xRegions, in vPortStoreTaskMPUSettings() argument
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()
/Kernel-v10.6.2/portable/GCC/ARM_CM33_NTZ/non_secure/
HDport.c1696 const struct xMEMORY_REGION * const xRegions, in vPortStoreTaskMPUSettings() argument
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()
/Kernel-v10.6.2/portable/IAR/ARM_CM55/non_secure/
HDport.c1696 const struct xMEMORY_REGION * const xRegions, in vPortStoreTaskMPUSettings() argument
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()
/Kernel-v10.6.2/portable/GCC/ARM_CM23_NTZ/non_secure/
HDport.c1696 const struct xMEMORY_REGION * const xRegions, in vPortStoreTaskMPUSettings() argument
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()
/Kernel-v10.6.2/portable/ARMv8M/non_secure/
HDport.c1696 const struct xMEMORY_REGION * const xRegions, in vPortStoreTaskMPUSettings() argument
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()
/Kernel-v10.6.2/portable/IAR/ARM_CM55_NTZ/non_secure/
HDport.c1696 const struct xMEMORY_REGION * const xRegions, in vPortStoreTaskMPUSettings() argument
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()
/Kernel-v10.6.2/portable/IAR/ARM_CM85/non_secure/
HDport.c1696 const struct xMEMORY_REGION * const xRegions, in vPortStoreTaskMPUSettings() argument
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()
/Kernel-v10.6.2/portable/GCC/ARM_CM35P/non_secure/
HDport.c1696 const struct xMEMORY_REGION * const xRegions, in vPortStoreTaskMPUSettings() argument
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()
/Kernel-v10.6.2/portable/IAR/ARM_CM23_NTZ/non_secure/
HDport.c1696 const struct xMEMORY_REGION * const xRegions, in vPortStoreTaskMPUSettings() argument
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()
/Kernel-v10.6.2/portable/IAR/ARM_CM33/non_secure/
HDport.c1696 const struct xMEMORY_REGION * const xRegions, in vPortStoreTaskMPUSettings() argument
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()
/Kernel-v10.6.2/portable/IAR/ARM_CM33_NTZ/non_secure/
HDport.c1696 const struct xMEMORY_REGION * const xRegions, in vPortStoreTaskMPUSettings() argument
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()

12