Home
last modified time | relevance | path

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

/SCP-firmware-master/arch/arm/armv8-a/src/
A Darch.ld.S130 stack (rw): ORIGIN = STACK_BASE, LENGTH = STACK_SIZE
185 .stack (NOLOAD) : {
187 } > stack
199 __STACK_START__ = LOADADDR(.stack);
200 __STACK_SIZE__ = SIZEOF(.stack);
/SCP-firmware-master/arch/arm/arm-m/src/
A Darch_exceptions.c58 uintptr_t stack; member
61 .stack = (uintptr_t)(arch_exception_stack),
/SCP-firmware-master/product/rcar/module/rcar_system/src/
A Drcar_pwc.c73 uintptr_t stack,
192 uintptr_t stack = (uintptr_t)(SCP_SRAM_STACK_BASE + SCP_SRAM_STACK_SIZE); in rcar_pwrc_set_suspend_to_ram() local
200 rcar_pwrc_switch_stack(jump, stack, NULL); in rcar_pwrc_set_suspend_to_ram()
/SCP-firmware-master/product/rcar/src/CMSIS-FreeRTOS/CMSIS/RTOS2/FreeRTOS/Source/
A Dcmsis_os2_tiny4scp.c285 uint32_t stack; in osThreadNew() local
293 stack = configMINIMAL_STACK_SIZE; in osThreadNew()
317 stack = attr->stack_size / sizeof(StackType_t); in osThreadNew()
338 stack, in osThreadNew()
348 (uint16_t)stack, in osThreadNew()
/SCP-firmware-master/debugger/src/cli/
A Dreadme.txt72 Also, to use this CLI to print from a thread will require enough extra stack
/SCP-firmware-master/
A Duser_guide.md461 set up with a Linaro release software stack. If this is not the case, you can
485 ## Software stack
488 software stack on Arm platforms. This project provides a convenient wrapper
489 around the various build systems involved in the software stack, including for
/SCP-firmware-master/product/rcar/src/CMSIS-FreeRTOS/Source/include/
A DFreeRTOS.h81 …TOSConfig.h. configMINIMAL_STACK_SIZE defines the size (in words) of the stack allocated to the i…
/SCP-firmware-master/doc/
A Dframework.md366 on the stack, the parameter block also gets initialized which may not

Completed in 14 milliseconds