Searched refs:STACK_SIZE (Results 1 – 14 of 14) sorted by relevance
/linux-2.6.39/arch/s390/ |
D | Makefile | 22 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/ |
D | misc.c | 112 #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/ |
D | misc.c | 166 #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/ |
D | bootstrap.S | 27 #define STACK_SIZE 32768 macro 158 movi a1, _stack + STACK_SIZE 253 .comm _stack, STACK_SIZE
|
/linux-2.6.39/arch/mn10300/boot/compressed/ |
D | misc.c | 312 #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/ |
D | dbg_stackkill.S | 22 lda $2, -STACK_SIZE
|
/linux-2.6.39/arch/x86/boot/ |
D | main.c | 115 : "=r" (stack_end) : "i" (-STACK_SIZE)); in init_heap()
|
D | header.S | 269 1: addw $STACK_SIZE, %dx
|
D | boot.h | 19 #define STACK_SIZE 512 /* Minimum number of bytes for stack */ macro
|
/linux-2.6.39/arch/s390/kernel/ |
D | entry64.S | 51 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
|
D | entry.S | 58 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/ |
D | aic7xxx_reg.h_shipped | 898 #define STACK_SIZE 0x04
|
D | aic7xxx.reg | 731 const STACK_SIZE 4
|
D | aic7xxx_core.c | 7229 for (i = 0; i < STACK_SIZE; i++) in ahc_dump_card_state()
|