Home
last modified time | relevance | path

Searched refs:STACK_SIZE (Results 1 – 14 of 14) sorted by relevance

/linux-2.6.39/arch/s390/
DMakefile22 STACK_SIZE := 8192 macro
32 STACK_SIZE := 16384 macro
60 STACK_SIZE := $(shell echo $$(($(STACK_SIZE)/2)) ) macro
71 STACK_SIZE := $(shell echo $$(($(STACK_SIZE)/2)) ) macro
76 cflags-$(CONFIG_CHECK_STACK) += -mstack-size=$(STACK_SIZE)
/linux-2.6.39/arch/sh/boot/compressed/
Dmisc.c112 #define STACK_SIZE (4096) macro
113 long __attribute__ ((aligned(stackalign))) user_stack[STACK_SIZE];
114 long *stack_start = &user_stack[STACK_SIZE];
/linux-2.6.39/arch/h8300/boot/compressed/
Dmisc.c166 #define STACK_SIZE (4096) macro
167 long user_stack [STACK_SIZE];
168 long* stack_start = &user_stack[STACK_SIZE];
/linux-2.6.39/arch/xtensa/boot/boot-redboot/
Dbootstrap.S27 #define STACK_SIZE 32768 macro
158 movi a1, _stack + STACK_SIZE
253 .comm _stack, STACK_SIZE
/linux-2.6.39/arch/mn10300/boot/compressed/
Dmisc.c312 #define STACK_SIZE (4096) macro
314 long user_stack[STACK_SIZE];
319 } stack_start = { &user_stack[STACK_SIZE], 0 };
/linux-2.6.39/arch/alpha/lib/
Ddbg_stackkill.S22 lda $2, -STACK_SIZE
/linux-2.6.39/arch/x86/boot/
Dmain.c115 : "=r" (stack_end) : "i" (-STACK_SIZE)); in init_heap()
Dheader.S269 1: addw $STACK_SIZE, %dx
Dboot.h19 #define STACK_SIZE 512 /* Minimum number of bytes for stack */ macro
/linux-2.6.39/arch/s390/kernel/
Dentry64.S51 STACK_SIZE = 1 << STACK_SHIFT define
125 tml %r15,STACK_SIZE - CONFIG_STACK_GUARD
157 tml %r15,STACK_SIZE - CONFIG_STACK_GUARD
224 aghi %r5,STACK_SIZE # end of kernel stack of next
Dentry.S58 STACK_SIZE = 1 << STACK_SHIFT define
128 tml %r15,STACK_SIZE - CONFIG_STACK_GUARD
158 tml %r15,STACK_SIZE - CONFIG_STACK_GUARD
216 ahi %r5,STACK_SIZE # end of kernel stack of next
/linux-2.6.39/drivers/scsi/aic7xxx/
Daic7xxx_reg.h_shipped898 #define STACK_SIZE 0x04
Daic7xxx.reg731 const STACK_SIZE 4
Daic7xxx_core.c7229 for (i = 0; i < STACK_SIZE; i++) in ahc_dump_card_state()