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