Home
last modified time | relevance | path

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

/Kernel-v10.6.2/portable/GCC/MicroBlaze/
Dport.c93 const uint32_t ulR2 = ( uint32_t ) &_SDA2_BASE_; in pxPortInitialiseStack() local
113 *pxTopOfStack = ( StackType_t ) ulR2; /* R2 - small data area. */ in pxPortInitialiseStack()
/Kernel-v10.6.2/portable/GCC/MicroBlazeV8/
Dport.c111 const uint32_t ulR2 = ( uint32_t ) &_SDA2_BASE_; in pxPortInitialiseStack() local
153 *pxTopOfStack = ( StackType_t ) ulR2; /* R2 - read only small data area. */ in pxPortInitialiseStack()
/Kernel-v10.6.2/portable/GCC/MicroBlazeV9/
Dport.c116 const uint32_t ulR2 = ( uint32_t ) &_SDA2_BASE_; in pxPortInitialiseStack() local
167 *pxTopOfStack = ( StackType_t ) ulR2; /* R2 - read only small data area. */ in pxPortInitialiseStack()