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