Searched refs:STACK_SIZE (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/grub/grub-0.97/docs/ |
H A D | boot.S | 54 movl $(stack + STACK_SIZE), %esp 79 .comm stack, STACK_SIZE
|
H A D | boot.S.texi | 54 movl $(stack + STACK_SIZE), %esp 79 .comm stack, STACK_SIZE
|
H A D | multiboot.h | 34 #define STACK_SIZE 0x4000 macro
|
H A D | multiboot.h.texi | 34 #define STACK_SIZE 0x4000
|
H A D | multiboot.info | 1088 #define STACK_SIZE 0x4000 1236 movl $(stack + STACK_SIZE), %esp 1261 .comm stack, STACK_SIZE
|
/titanic_41/usr/src/psm/stand/boot/sparc/common/ |
H A D | sun4u_srt0.s | 60 #define STACK_SIZE 0x14000 macro 62 .skip STACK_SIZE
|
/titanic_41/usr/src/uts/i86pc/dboot/ |
H A D | dboot_xen.s | 65 addq $STACK_SIZE, %rsp 110 addl $STACK_SIZE, %esp
|
H A D | dboot_xboot.h | 43 #define STACK_SIZE 0x8000 macro
|
H A D | dboot_grub.s | 91 addl $STACK_SIZE, %esp
|
H A D | dboot_startkern.c | 102 char stack_space[STACK_SIZE];
|
/titanic_41/usr/src/cmd/compress/ |
H A D | compress.c | 274 #define STACK_SIZE 15000 macro 1488 int stack_top = STACK_SIZE; in dump_tab() 1516 STACK_SIZE - stack_top, stderr); in dump_tab() 1517 stack_top = STACK_SIZE; in dump_tab() 1539 STACK_SIZE - stack_top, stderr); in dump_tab() 1540 stack_top = STACK_SIZE; in dump_tab()
|
/titanic_41/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_conf.c | 790 #define STACK_SIZE (32*1024) macro
|