Searched refs:STACK_SIZE (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Ddbg_stackkill.S22 lda $2, -STACK_SIZE
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/
H A DMakefile21 STACK_SIZE := 8192 macro
29 STACK_SIZE := 16384 macro
53 STACK_SIZE := $(shell echo $$(($(STACK_SIZE)/2)) ) macro
64 STACK_SIZE := $(shell echo $$(($(STACK_SIZE)/2)) ) macro
69 cflags-$(CONFIG_CHECK_STACK) += -mstack-size=$(STACK_SIZE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/boot/compressed/
H A Dmisc.c226 #define STACK_SIZE (4096) macro
227 long user_stack [STACK_SIZE];
228 long* stack_start = &user_stack[STACK_SIZE];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/boot/compressed/
H A Dmisc.c208 #define STACK_SIZE (4096) macro
209 long __attribute__ ((aligned(8))) user_stack[STACK_SIZE];
210 long *stack_start = &user_stack[STACK_SIZE];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/boot/compressed/
H A Dmisc.c204 #define STACK_SIZE (4096) macro
205 long user_stack [STACK_SIZE];
206 long* stack_start = &user_stack[STACK_SIZE];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Ddc.c11 enum { STACK_SIZE = COMMON_BUFSIZE / sizeof(double) }; enumerator in enum:__anon11318
19 if (pointer >= STACK_SIZE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dentry.S57 STACK_SIZE = 1 << STACK_SHIFT define
117 2: tml %r15,STACK_SIZE - CONFIG_STACK_GUARD
143 2: tml %r15,STACK_SIZE - CONFIG_STACK_GUARD
206 ahi %r3,STACK_SIZE
H A Dentry64.S52 STACK_SIZE = 1 << STACK_SHIFT define
109 2: tml %r15,STACK_SIZE - CONFIG_STACK_GUARD
134 2: tml %r15,STACK_SIZE - CONFIG_STACK_GUARD
195 aghi %r3,STACK_SIZE
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/boot/boot-redboot/
H A Dbootstrap.S27 #define STACK_SIZE 32768 define
141 movi a1, _stack + STACK_SIZE
236 .comm _stack, STACK_SIZE
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c6610 for (i = 0; i < STACK_SIZE; i++)

Completed in 120 milliseconds