Home
last modified time | relevance | path

Searched refs:ulRegionLengthEncoded (Results 1 – 1 of 1) sorted by relevance

/Kernel-v11.1.0/portable/GCC/ARM_CRx_MPU/
Dport.c356 uint32_t ulRegionLengthEncoded; in vPortStoreTaskMPUSettings() local
363 ulRegionLengthEncoded = prvGetMPURegionSizeEncoding( ulRegionLength ); in vPortStoreTaskMPUSettings()
372 xMPUSettings->xRegion[ ulIndex ].ulRegionSize = ( ulRegionLengthEncoded | in vPortStoreTaskMPUSettings()
385 ulRegionLengthEncoded = prvGetMPURegionSizeEncoding( ulRegionLength ); in vPortStoreTaskMPUSettings()
389 ulRegionLengthDecoded = 2UL << ( ulRegionLengthEncoded >> 1UL ); in vPortStoreTaskMPUSettings()
393 xMPUSettings->xRegion[ ulIndex ].ulRegionSize = ( ulRegionLengthEncoded | in vPortStoreTaskMPUSettings()
411ulRegionLengthEncoded = prvGetMPURegionSizeEncoding( ulStackDepth * ( uint32_t ) sizeof( StackType… in vPortStoreTaskMPUSettings()
415 ulRegionLengthDecoded = 2UL << ( ulRegionLengthEncoded >> 1UL ); in vPortStoreTaskMPUSettings()
420 xMPUSettings->xRegion[ ulIndex ].ulRegionSize = ( ulRegionLengthEncoded | in vPortStoreTaskMPUSettings()
530 uint32_t ulRegionLengthEncoded; in prvSetupMPU() local
[all …]