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

/freebsd-10.0-release/sys/boot/sparc64/loader/
H A Dlocore.S23 #define STACK_SIZE (2 * PAGE_SIZE) define
36 setx stack + STACK_SIZE - SPOFF - CCFSZ, %l7, %l6
42 .comm stack, STACK_SIZE, 32
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-interrupt-handler.S62 #define STACK_SIZE (36*8) define
64 dsubu sp, sp, STACK_SIZE
96 daddu $1, sp, STACK_SIZE // Correct the SP for the space we used
155 ld $29, 232(sp) // No need to correct for STACK_SIZE
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dstandalone.c563 #ifndef STACK_SIZE
564 #define STACK_SIZE 100000
567 int kdb_stack_beg[STACK_SIZE / sizeof (int)];
556 #define STACK_SIZE macro
/freebsd-10.0-release/sys/amd64/linux32/
H A Dlinux32_machdep.c465 #define STACK_SIZE (2 * 1024 * 1024) macro
596 * limit to stack size of STACK_SIZE. Its just not
598 * a limit of (STACK_SIZE - GUARD_SIZE) on the stack
609 * fixed size of (STACK_SIZE - GUARD_SIZE).
643 if (len > STACK_SIZE - GUARD_SIZE) {
648 (STACK_SIZE - GUARD_SIZE - len);
649 bsd_args.len = STACK_SIZE - GUARD_SIZE;
/freebsd-10.0-release/sys/i386/linux/
H A Dlinux_machdep.c368 #define STACK_SIZE (2 * 1024 * 1024) macro
502 * limit to stack size of STACK_SIZE. Its just not
504 * a limit of (STACK_SIZE - GUARD_SIZE) on the stack
515 * fixed size of (STACK_SIZE - GUARD_SIZE).
549 if (len > STACK_SIZE - GUARD_SIZE) {
554 (STACK_SIZE - GUARD_SIZE - len);
555 bsd_args.len = STACK_SIZE - GUARD_SIZE;
/freebsd-10.0-release/contrib/gcc/config/ia64/
H A Dia64.h1123 #define RETURN_POPS_ARGS(FUNDECL, FUNTYPE, STACK_SIZE) 0
/freebsd-10.0-release/sys/dev/aic7xxx/
H A Daic7xxx.reg676 const STACK_SIZE 4
H A Daic7xxx.c6808 for (i = 0; i < STACK_SIZE; i++)

Completed in 226 milliseconds