Home
last modified time | relevance | path

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

1234

/u-boot-v2022.01-rc1/lib/zstd/
A Dzstd_common.c21 void *const ptr = ZSTD_PTR_ALIGN((stack)->ptr); \
23 (stack)->ptr <= (stack)->end ? ptr : NULL; \
29 ZSTD_stack *stack = (ZSTD_stack *)workspace; in ZSTD_initStack() local
36 stack->ptr = workspace; in ZSTD_initStack()
37 stack->end = (char *)workspace + workspaceSize; in ZSTD_initStack()
38 stack_push(stack, sizeof(ZSTD_stack)); in ZSTD_initStack()
44 ZSTD_stack *stack = (ZSTD_stack *)opaque; in ZSTD_stackAllocAll() local
45 *size = (BYTE const *)stack->end - (BYTE *)ZSTD_PTR_ALIGN(stack->ptr); in ZSTD_stackAllocAll()
46 return stack_push(stack, *size); in ZSTD_stackAllocAll()
51 ZSTD_stack *stack = (ZSTD_stack *)opaque; in ZSTD_stackAlloc() local
[all …]
/u-boot-v2022.01-rc1/arch/arm/include/asm/proc-armv/
A Dprocessor.h50 unsigned long *stack = (unsigned long *)sp; \
59 regs->ARM_r2 = stack[2]; /* r2 (envp) */ \
60 regs->ARM_r1 = stack[1]; /* r1 (argv) */ \
61 regs->ARM_r0 = stack[0]; /* r0 (argc) */ \
/u-boot-v2022.01-rc1/arch/arm/mach-imx/
A Dimx_bootaux.c84 ulong stack, pc; in arch_auxiliary_core_up() local
90 stack = *(u32 *)addr; in arch_auxiliary_core_up()
98 stack = 0x0; in arch_auxiliary_core_up()
109 stack = *(u32 *)addr; in arch_auxiliary_core_up()
114 stack, pc); in arch_auxiliary_core_up()
117 writel(stack, M4_BOOTROM_BASE_ADDR); in arch_auxiliary_core_up()
/u-boot-v2022.01-rc1/arch/arm/lib/
A Dvectors.S157 @ IRQ stack frame.
190 @ carve out a frame on current user stack
196 add r0, sp, #S_FRAME_SIZE @ grab pointer to old stack
200 mov r0, sp @ save current stack into r0 (param register)
206 @ !!!! R8 NEEDS to be saved !!!! a reserved stack spot would be good.
225 ldr r13, IRQ_STACK_START_IN @ setup our mode stack
227 str lr, [r13] @ save caller lr in position 0 of saved stack
229 str lr, [r13, #4] @ save spsr in position 1 of saved stack
237 .macro get_irq_stack @ setup IRQ stack
241 .macro get_fiq_stack @ setup FIQ stack
A Dvectors_m.S38 .long CONFIG_SYS_INIT_SP_ADDR @ 0 - Reset stack pointer
A Delf_arm_efi.lds60 *(.note.GNU-stack)
/u-boot-v2022.01-rc1/scripts/kconfig/
A Dsymbol.c1019 memset(stack, 0, sizeof(*stack)); in dep_stack_insert()
1023 stack->sym = sym; in dep_stack_insert()
1024 check_top = stack; in dep_stack_insert()
1052 for (stack = check_top; stack != NULL; stack = stack->prev) in sym_check_print_recursive()
1055 if (!stack) { in sym_check_print_recursive()
1060 for (; stack; stack = stack->next) { in sym_check_print_recursive()
1061 sym = stack->sym; in sym_check_print_recursive()
1062 next_sym = stack->next ? stack->next->sym : last_sym; in sym_check_print_recursive()
1186 stack.expr = NULL; in sym_check_sym_deps()
1192 stack.prop = prop; in sym_check_sym_deps()
[all …]
/u-boot-v2022.01-rc1/arch/x86/lib/fsp1/
A Dfsp_common.c48 int stack = CONFIG_FSP_TEMP_RAM_ADDR; in arch_fsp_init() local
82 stack = cmos_read32(CMOS_FSP_STACK_ADDR); in arch_fsp_init()
91 fsp_init(stack, boot_mode, nvs); in arch_fsp_init()
/u-boot-v2022.01-rc1/scripts/
A Dcheckstack.pl36 my (@stack, $re, $dre, $x, $xs, $funcre);
150 push @stack, "$intro$size\n";
166 push @stack, "$intro$size\n";
171 print sort { ($b =~ /:\t*(\d+)$/)[0] <=> ($a =~ /:\t*(\d+)$/)[0] } @stack;
/u-boot-v2022.01-rc1/common/
A Dfdt_region.c37 int stack[FDT_MAX_DEPTH] = { 0 }; in fdt_find_regions() local
99 stack[depth] = want; in fdt_find_regions()
116 want = stack[depth--]; in fdt_find_regions()
324 if (!info->stack[i].included) { in fdt_include_supernodes()
325 start = info->stack[i].offset; in fdt_include_supernodes()
333 info->stack[i].included = 1; in fdt_include_supernodes()
338 if (!info->stack[i].want) in fdt_include_supernodes()
339 info->stack[i].want = WANT_NODES_ONLY; in fdt_include_supernodes()
555 info->stack[p.depth].want = p.want; in fdt_next_region()
556 info->stack[p.depth].offset = offset; in fdt_next_region()
[all …]
/u-boot-v2022.01-rc1/doc/SPL/
A DREADME.omap325 option and growing over that size results in a link error. The SPL stack
28 SPL text, data and rodata is considered the safe stack area. Details on
37 0x4020E000 - 0x4020FFFC: Area for the SPL stack.
44 0x4020E000 - 0x4020FFFC: Area for the SPL stack.
/u-boot-v2022.01-rc1/arch/nds32/cpu/n1213/
A Dstart.S435 move $r0, $sp ! To get the kernel stack
442 move $r0, $sp ! To get the kernel stack
449 move $r0, $sp ! To get the kernel stack
456 move $r0, $sp ! To get the kernel stack
463 move $r0, $sp ! To get the kernel stack
470 move $r0, $sp ! To get the kernel stack
477 move $r0, $sp ! To get the kernel stack
484 move $r0, $sp ! To get the kernel stack
491 move $r0, $sp ! To get the kernel stack
498 move $r0, $sp ! To get the kernel stack
/u-boot-v2022.01-rc1/arch/arm/cpu/
A Du-boot.lds106 /* Skip addreses for stack */
109 /* Align end of stack section to page boundary */
118 * stack section. Instead, use the end of the stack section
/u-boot-v2022.01-rc1/arch/mips/lib/
A DMakefile10 obj-y += stack.o
/u-boot-v2022.01-rc1/arch/arm/dts/
A Dimx7-colibri-emmc.dts80 * Gadget stack currently does not look at this at all while
81 * the host stack refuses to bind/load if it is not set to host
A Dimx7-colibri-rawnand.dts82 * Gadget stack currently does not look at this at all while
83 * the host stack refuses to bind/load if it is not set to host
/u-boot-v2022.01-rc1/drivers/usb/emul/
A DKconfig9 stack on sandbox without needing a real device, or any host machine
/u-boot-v2022.01-rc1/examples/standalone/
A Dsched.c51 char stack[STK_SIZE]; member
279 (unsigned)lthreads[id].stack); in thread_start()
280 setctxsp ((vu_char *)&lthreads[id].stack[STK_SIZE]); in thread_start()
/u-boot-v2022.01-rc1/arch/powerpc/lib/
A DMakefile41 obj-y += stack.o
/u-boot-v2022.01-rc1/doc/arch/
A Dxtensa.rst66 file and reserves a stack frame. This is an integral part of the
70 register arguments and adjust the stack to handle arguments that cannot
74 instruction to determine the stack frame size, and adjusting the stack
/u-boot-v2022.01-rc1/arch/arm/cpu/armv7/
A Dpsci.S282 @ the stack for CPU0 has the highest memory address.
288 @ | CPU0 stack |
297 @ This expects CPU ID in r0 and returns stack top in r0
299 @ stack top = __secure_stack_end - (cpuid << ARM_PSCI_STACK_SHIFT)
313 bl psci_get_cpu_stack_top @ stack top => r0
/u-boot-v2022.01-rc1/include/
A Dfdt_region.h73 struct fdt_subnode_stack stack[FDT_MAX_DEPTH]; /* node stack */ member
/u-boot-v2022.01-rc1/doc/
A DREADME.SPL93 Estimating stack usage
97 stack usage at various points in run sequence of SPL. The -fstack-usage option
99 will give stack usage information and cflow can construct program flow.
/u-boot-v2022.01-rc1/arch/mips/
A DKconfig376 bool "Do not reserve malloc space on initial stack"
379 initial stack. This is useful if the initial stack can't hold large
384 bool "Do not reserve malloc space on initial stack in SPL"
387 initial stack. This is useful if the initial stack can't hold large
499 Select this if the initial stack frame could be setup in SRAM.
500 Normally the initial stack frame is set up in DRAM which is often
502 stack frame and the early C environment is set up before
510 Select this if the SRAM for initial stack needs to be initialized
/u-boot-v2022.01-rc1/arch/arm/include/asm/
A Dprocessor.h123 #define init_stack (init_task_union.stack)

Completed in 37 milliseconds

1234