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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Ddbg_stackkill.S22 lda $2, -STACK_SIZE
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boot/compressed/
H A Dmisc.c108 #define STACK_SIZE (4096) macro
109 long __attribute__ ((aligned(stackalign))) user_stack[STACK_SIZE];
110 long *stack_start = &user_stack[STACK_SIZE];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/
H A DMakefile22 STACK_SIZE := 8192 macro
32 STACK_SIZE := 16384 macro
59 STACK_SIZE := $(shell echo $$(($(STACK_SIZE)/2)) ) macro
70 STACK_SIZE := $(shell echo $$(($(STACK_SIZE)/2)) ) macro
75 cflags-$(CONFIG_CHECK_STACK) += -mstack-size=$(STACK_SIZE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/boot/compressed/
H A Dmisc.c166 #define STACK_SIZE (4096) macro
167 long user_stack [STACK_SIZE];
168 long* stack_start = &user_stack[STACK_SIZE];
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Ddc.c11 enum { STACK_SIZE = COMMON_BUFSIZE / sizeof(double) }; enumerator in enum:__anon19862
19 if (pointer >= STACK_SIZE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/
H A Dmain.c115 : "=r" (stack_end) : "i" (-STACK_SIZE));
H A Dheader.S166 heap_end_ptr: .word _end+STACK_SIZE-512
269 1: addw $STACK_SIZE, %dx
H A Dboot.h19 #define STACK_SIZE 512 /* Minimum number of bytes for stack */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/boot/compressed/
H A Dmisc.c299 #define STACK_SIZE (4096) macro
301 long user_stack[STACK_SIZE];
306 } stack_start = { &user_stack[STACK_SIZE], 0 };
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dentry.S59 STACK_SIZE = 1 << STACK_SHIFT define
146 2: tml %r15,STACK_SIZE - CONFIG_STACK_GUARD
172 2: tml %r15,STACK_SIZE - CONFIG_STACK_GUARD
234 ahi %r3,STACK_SIZE
H A Dentry64.S51 STACK_SIZE = 1 << STACK_SHIFT define
141 tml %r15,STACK_SIZE - CONFIG_STACK_GUARD
173 tml %r15,STACK_SIZE - CONFIG_STACK_GUARD
241 aghi %r3,STACK_SIZE
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/msdos/
H A Dndis2.c67 #define STACK_SIZE 256 macro
806 free (freeStacks[i] - STACK_SIZE);
819 freeStacks[i] = malloc (STACK_SIZE);
822 freeStacks[i] += STACK_SIZE;
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dstartarm-ca9.S47 #define STACK_SIZE ((CFG_STACK_SIZE+1023) & ~1023) define
4834 add r0,#STACK_SIZE
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c7163 for (i = 0; i < STACK_SIZE; i++)

Completed in 219 milliseconds