Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/GCC/MicroBlazeV8/
Dport.c113 const uint32_t ulR2 = ( uint32_t ) &_SDA2_BASE_; in pxPortInitialiseStack() local
155 *pxTopOfStack = ( StackType_t ) ulR2; /* R2 - read only small data area. */ in pxPortInitialiseStack()
/Kernel-v11.1.0/portable/GCC/MicroBlaze/
Dport.c95 const uint32_t ulR2 = ( uint32_t ) &_SDA2_BASE_; in pxPortInitialiseStack() local
115 *pxTopOfStack = ( StackType_t ) ulR2; /* R2 - small data area. */ in pxPortInitialiseStack()
/Kernel-v11.1.0/portable/GCC/MicroBlazeV9/
Dport.c129 const UINTPTR ulR2 = ( UINTPTR ) &_SDA2_BASE_; in pxPortInitialiseStack() local
181 *pxTopOfStack = ( StackType_t ) ulR2; /* R2 - read only small data area. */ in pxPortInitialiseStack()