Searched refs:stack (Results 1 – 14 of 14) sorted by relevance
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2040/ |
D | memmap_no_flash.ld | 206 /* .stack*_dummy section doesn't contains any symbols. It is only 207 * used for linker to calculate size of stack sections, and assign 208 * values to stack symbols later 212 /* by default we put core 0 stack at the end of scratch Y, so that if core 1 213 * stack is not used then all of SCRATCH_X is free. 221 KEEP(*(.stack*)) 224 /* stack limit is poorly named, but historically is maximum heap ptr */ 243 /* Check if data + heap + stack exceeds RAM limit */
|
D | memmap_blocked_ram.ld | 238 /* .stack*_dummy section doesn't contains any symbols. It is only 239 * used for linker to calculate size of stack sections, and assign 240 * values to stack symbols later 244 /* by default we put core 0 stack at the end of scratch Y, so that if core 1 245 * stack is not used then all of SCRATCH_X is free. 253 KEEP(*(.stack*)) 261 /* stack limit is poorly named, but historically is maximum heap ptr */ 280 /* Check if data + heap + stack exceeds RAM limit */
|
D | memmap_copy_to_ram.ld | 239 /* .stack*_dummy section doesn't contains any symbols. It is only 240 * used for linker to calculate size of stack sections, and assign 241 * values to stack symbols later 245 /* by default we put core 0 stack at the end of scratch Y, so that if core 1 246 * stack is not used then all of SCRATCH_X is free. 254 KEEP(*(.stack*)) 262 /* stack limit is poorly named, but historically is maximum heap ptr */ 281 /* Check if data + heap + stack exceeds RAM limit */
|
D | memmap_default.ld | 238 /* .stack*_dummy section doesn't contains any symbols. It is only 239 * used for linker to calculate size of stack sections, and assign 240 * values to stack symbols later 244 /* by default we put core 0 stack at the end of scratch Y, so that if core 1 245 * stack is not used then all of SCRATCH_X is free. 253 KEEP(*(.stack*)) 261 /* stack limit is poorly named, but historically is maximum heap ptr */ 280 /* Check if data + heap + stack exceeds RAM limit */
|
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/rp2350/ |
D | memmap_no_flash.ld | 211 /* .stack*_dummy section doesn't contains any symbols. It is only 212 * used for linker to calculate size of stack sections, and assign 213 * values to stack symbols later 217 /* by default we put core 0 stack at the end of scratch Y, so that if core 1 218 * stack is not used then all of SCRATCH_X is free. 226 KEEP(*(.stack*)) 229 /* stack limit is poorly named, but historically is maximum heap ptr */ 248 /* Check if data + heap + stack exceeds RAM limit */
|
D | memmap_copy_to_ram.ld | 259 /* .stack*_dummy section doesn't contains any symbols. It is only 260 * used for linker to calculate size of stack sections, and assign 261 * values to stack symbols later 265 /* by default we put core 0 stack at the end of scratch Y, so that if core 1 266 * stack is not used then all of SCRATCH_X is free. 274 KEEP(*(.stack*)) 282 /* stack limit is poorly named, but historically is maximum heap ptr */ 301 /* Check if data + heap + stack exceeds RAM limit */
|
D | memmap_default.ld | 252 /* .stack*_dummy section doesn't contains any symbols. It is only 253 * used for linker to calculate size of stack sections, and assign 254 * values to stack symbols later 258 /* by default we put core 0 stack at the end of scratch Y, so that if core 1 259 * stack is not used then all of SCRATCH_X is free. 267 KEEP(*(.stack*)) 275 /* stack limit is poorly named, but historically is maximum heap ptr */ 294 /* Check if data + heap + stack exceeds RAM limit */
|
/hal_rpi_pico-latest/src/rp2040/boot_stage2/ |
D | boot_stage2.ld | 3 stack. Note 4 bytes occupied by checksum. */
|
/hal_rpi_pico-latest/src/rp2350/boot_stage2/ |
D | boot_stage2.ld | 3 stack. Note 4 bytes occupied by checksum. */
|
/hal_rpi_pico-latest/src/rp2_common/pico_multicore/ |
D | multicore.c | 162 uint32_t *stack = core1_stack <= stack_limit ? stack_limit : (uint32_t *) -1; in multicore_launch_core1() local 163 multicore_launch_core1_with_stack(entry, stack, sizeof(core1_stack)); in multicore_launch_core1()
|
/hal_rpi_pico-latest/tools/pioasm/gen/ |
D | parser.hpp | 3021 class stack class in yy::parser 3030 stack (size_type n = 200) in stack() function in yy::parser::stack 3036 stack (const stack&) = delete; 3038 stack& operator= (const stack&) = delete; 3109 slice (const stack& stack, index_type range) in slice() argument 3110 : stack_ (stack) in slice() 3121 const stack& stack_; 3128 stack (const stack&); 3130 stack& operator= (const stack&); 3138 typedef stack<stack_symbol_type> stack_type;
|
/hal_rpi_pico-latest/src/rp2_common/pico_bootrom/include/pico/ |
D | bootrom.h | 103 typedef int (*rom_set_bootrom_stack_fn)(bootrom_stack_t *stack); 424 static inline int rom_set_bootrom_stack(bootrom_stack_t *stack) { in rom_set_bootrom_stack() argument 426 return func(stack); in rom_set_bootrom_stack()
|
/hal_rpi_pico-latest/src/rp2_common/pico_crt0/ |
D | crt0.S | 533 spacer_section .stack
|
D | crt0_riscv.S | 581 spacer_section .stack
|