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

/asus-wl-520gu-7.0.1.45/src/cfe/cfe/applets/
H A Dminicrt0.S54 #define STACK_SIZE 8192 define
57 .comm stack_bottom,STACK_SIZE
73 la sp,stack_bottom+STACK_SIZE-32
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-alpha/
H A Dasm_offsets.h10 #define STACK_SIZE 16384 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-alpha/
H A Dasm_offsets.h10 #define STACK_SIZE 16384 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/lib/
H A Dstackkill.S22 lda $2, -STACK_SIZE
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sh/boot/compressed/
H A Dmisc.c223 #define STACK_SIZE (4096) macro
224 long user_stack [STACK_SIZE];
225 long* stack_start = &user_stack[STACK_SIZE];
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/boot/compressed/
H A Dbz2misc.c214 #define STACK_SIZE (4096) macro
216 long user_stack [STACK_SIZE];
221 } stack_start = { & user_stack [STACK_SIZE] , __KERNEL_DS };
H A Dmisc.c297 #define STACK_SIZE (4096) macro
299 long user_stack [STACK_SIZE];
304 } stack_start = { & user_stack [STACK_SIZE] , __KERNEL_DS };
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/main/
H A Dcfe_main.c82 #define STACK_SIZE 8192 macro
84 #define STACK_SIZE ((CFG_STACK_SIZE+1023) & ~1023) macro
380 (uint32_t)(mem_heapstart + (CFG_HEAP_SIZE*1024) + STACK_SIZE),
381 STACK_SIZE);
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/common/src/
H A Dinit_ram.S113 #define STACK_SIZE ((CFG_STACK_SIZE+1023) & ~1023) define
335 add v1,STACK_SIZE
378 ADD sp,((CFG_HEAP_SIZE*1024)+STACK_SIZE - 8)
418 ADD sp,((CFG_HEAP_SIZE*1024)+STACK_SIZE - 8)
H A Dinit_mips.S114 #define STACK_SIZE ((CFG_STACK_SIZE+1023) & ~1023) define
665 li t0,((CFG_HEAP_SIZE*1024)+STACK_SIZE) # t0 = size of heap + stack
949 add v1,STACK_SIZE
1007 ADD sp,((CFG_HEAP_SIZE*1024)+STACK_SIZE - 8)
1068 ADD sp,((CFG_HEAP_SIZE*1024)+STACK_SIZE - 8)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/galileo-boards/ev64120/compressed/
H A Dmisc.c130 #define STACK_SIZE (4096) macro
131 long user_stack[STACK_SIZE];
132 long *stack_start = &user_stack[STACK_SIZE];
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/verif/
H A Dvapi.S77 #define STACK_SIZE 8192 define
79 #define STACK_SIZE ((CFG_STACK_SIZE+1023) & ~1023) define
85 #if !(STACK_SIZE & ~4095)
287 ADD sp,((CFG_HEAP_SIZE*1024)+STACK_SIZE - 8)
417 ADD sp,((CFG_HEAP_SIZE*1024)+(STACK_SIZE/4) - 8)
934 ADD sp,((CFG_HEAP_SIZE*1024)+(STACK_SIZE/4) - 8)

Completed in 170 milliseconds