Lines Matching refs:xRegions
1325 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()
1425 … if( ( xRegions[ lIndex ].ulParameters & portMPU_REGION_READ_WRITE ) == portMPU_REGION_READ_WRITE ) in vPortStoreTaskMPUSettings()