Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/GCC/MicroBlazeV8/
Dport.c114 const uint32_t ulR13 = ( uint32_t ) &_SDA_BASE_; in pxPortInitialiseStack() local
183 *pxTopOfStack = ( StackType_t ) ulR13; /* R13 - read/write small data area. */ in pxPortInitialiseStack()
/Kernel-v11.1.0/portable/GCC/MicroBlaze/
Dport.c96 const uint32_t ulR13 = ( uint32_t ) &_SDA_BASE_; in pxPortInitialiseStack() local
137 *pxTopOfStack = ( StackType_t ) ulR13; /* R13 - small data read write area. */ in pxPortInitialiseStack()
/Kernel-v11.1.0/portable/GCC/MicroBlazeV9/
Dport.c130 const UINTPTR ulR13 = ( UINTPTR ) &_SDA_BASE_; in pxPortInitialiseStack() local
209 *pxTopOfStack = ( StackType_t ) ulR13; /* R13 - read/write small data area. */ in pxPortInitialiseStack()