Home
last modified time | relevance | path

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

1234

/rk3399_rockchip-uboot/arch/arm/include/asm/proc-armv/
H 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) */ \
/rk3399_rockchip-uboot/arch/arm/lib/
H A Dvectors.S158 @ IRQ stack frame.
192 @ carve out a frame on current user stack
198 add r0, sp, #S_FRAME_SIZE @ grab pointer to old stack
202 mov r0, sp @ save current stack into r0 (param register)
208 @ !!!! R8 NEEDS to be saved !!!! a reserved stack spot would be good.
235 ldr r13, IRQ_STACK_START_IN @ setup our mode stack
237 str lr, [r13] @ save caller lr in position 0 of saved stack
239 str lr, [r13, #4] @ save spsr in position 1 of saved stack
247 .macro get_irq_stack @ setup IRQ stack
251 .macro get_fiq_stack @ setup FIQ stack
H A Dstacktrace.c206 ulong stack, size_t stack_size) in pop_vsp() argument
222 bool kernel_stack, ulong stack, in unwind_exec_insn() argument
259 kernel_stack, stack, stack_size)) in unwind_exec_insn()
288 kernel_stack, stack, stack_size)) in unwind_exec_insn()
296 stack, stack_size)) in unwind_exec_insn()
320 kernel_stack, stack, stack_size)) in unwind_exec_insn()
349 ulong stack, size_t stack_size) in unwind_tab() argument
377 if (!unwind_exec_insn(state, kernel_stack, stack, stack_size)) in unwind_tab()
402 size_t exidx_sz, bool kernel_stack, ulong stack, in unwind_stack_arm32() argument
432 finished = unwind_tab(state, kernel_stack, stack, stack_size); in unwind_stack_arm32()
[all …]
H A Dvectors_m.S39 .long CONFIG_SYS_INIT_SP_ADDR @ 0 - Reset stack pointer
H A Delf_arm_efi.lds67 *(.note.GNU-stack)
H A Delf_aarch64_efi.lds67 *(.note.GNU-stack)
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dsymbol.c1092 static void dep_stack_insert(struct dep_stack *stack, struct symbol *sym) in dep_stack_insert() argument
1094 memset(stack, 0, sizeof(*stack)); in dep_stack_insert()
1096 check_top->next = stack; in dep_stack_insert()
1097 stack->prev = check_top; in dep_stack_insert()
1098 stack->sym = sym; in dep_stack_insert()
1099 check_top = stack; in dep_stack_insert()
1116 struct dep_stack *stack; in sym_check_print_recursive() local
1127 for (stack = check_top; stack != NULL; stack = stack->prev) in sym_check_print_recursive()
1128 if (stack->sym == last_sym) in sym_check_print_recursive()
1130 if (!stack) { in sym_check_print_recursive()
[all …]
/rk3399_rockchip-uboot/scripts/
H 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;
/rk3399_rockchip-uboot/lib/libfdt/
H A Dfdt_region.c37 int stack[FDT_MAX_DEPTH] = { 0 }; in fdt_find_regions() local
88 stack[depth] = want; in fdt_find_regions()
102 want = stack[depth--]; in fdt_find_regions()
308 if (!info->stack[i].included) { in fdt_include_supernodes()
309 start = info->stack[i].offset; in fdt_include_supernodes()
317 info->stack[i].included = 1; in fdt_include_supernodes()
322 if (!info->stack[i].want) in fdt_include_supernodes()
323 info->stack[i].want = WANT_NODES_ONLY; in fdt_include_supernodes()
539 info->stack[p.depth].want = p.want; in fdt_next_region()
540 info->stack[p.depth].offset = offset; in fdt_next_region()
[all …]
/rk3399_rockchip-uboot/arch/x86/lib/fsp/
H A Dfsp_common.c136 int stack = CONFIG_FSP_TEMP_RAM_ADDR; in arch_fsp_init() local
169 stack = cmos_read32(CMOS_FSP_STACK_ADDR); in arch_fsp_init()
178 fsp_init(stack, boot_mode, nvs); in arch_fsp_init()
/rk3399_rockchip-uboot/doc/SPL/
H 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.
/rk3399_rockchip-uboot/arch/nds32/cpu/n1213/
H A Dstart.S460 move $r0, $sp ! To get the kernel stack
467 move $r0, $sp ! To get the kernel stack
474 move $r0, $sp ! To get the kernel stack
481 move $r0, $sp ! To get the kernel stack
488 move $r0, $sp ! To get the kernel stack
495 move $r0, $sp ! To get the kernel stack
502 move $r0, $sp ! To get the kernel stack
509 move $r0, $sp ! To get the kernel stack
516 move $r0, $sp ! To get the kernel stack
523 move $r0, $sp ! To get the kernel stack
/rk3399_rockchip-uboot/arch/arm/cpu/
H A Du-boot.lds88 /* Skip addreses for stack */
91 /* Align end of stack section to page boundary */
100 * stack section. Instead, use the end of the stack section
/rk3399_rockchip-uboot/arch/mips/lib/
H A DMakefile12 obj-y += stack.o
/rk3399_rockchip-uboot/examples/standalone/
H A Dsched.c53 char stack[STK_SIZE]; member
281 (unsigned)lthreads[id].stack); in thread_start()
282 setctxsp ((vu_char *)&lthreads[id].stack[STK_SIZE]); in thread_start()
/rk3399_rockchip-uboot/drivers/usb/emul/
H A DKconfig7 stack on sandbox without needing a real device, or any host machine
/rk3399_rockchip-uboot/arch/arm/mach-imx/mx7/
H A Dsoc.c317 u32 stack, pc; in arch_auxiliary_core_up() local
323 stack = *(u32 *)boot_private_data; in arch_auxiliary_core_up()
327 writel(stack, M4_BOOTROM_BASE_ADDR); in arch_auxiliary_core_up()
/rk3399_rockchip-uboot/doc/
H A DREADME.SPL77 Estimating stack usage
81 stack usage at various points in run sequence of SPL. The -fstack-usage option
83 will give stack usage information and cflow can construct program flow.
H A DREADME.xtensa63 file and reserves a stack frame. This is an integral part of the
67 register arguments and adjust the stack to handle arguments that cannot
71 instruction to determine the stack frame size, and adjusting the stack
/rk3399_rockchip-uboot/arch/x86/cpu/
H A Dmp_init.c222 char *stack; in load_sipi_vector() local
247 stack = memalign(4096, size); in load_sipi_vector()
248 if (!stack) in load_sipi_vector()
250 params->stack_top = (u32)(stack + size); in load_sipi_vector()
/rk3399_rockchip-uboot/arch/powerpc/lib/
H A DMakefile37 obj-y += stack.o
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/
H A Dpsci.S285 @ the stack for CPU0 has the highest memory address.
291 @ | CPU0 stack |
300 @ This expects CPU ID in r0 and returns stack top in r0
302 @ stack top = __secure_stack_end - (cpuid << ARM_PSCI_STACK_SHIFT)
316 bl psci_get_cpu_stack_top @ stack top => r0
/rk3399_rockchip-uboot/include/linux/
H A Dlibfdt.h79 struct fdt_subnode_stack stack[FDT_MAX_DEPTH]; /* node stack */ member
/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Dprocessor.h123 #define init_stack (init_task_union.stack)
/rk3399_rockchip-uboot/arch/x86/lib/
H A Delf_x86_64_efi.lds77 *(.note.GNU-stack)

1234