Searched refs:stackspace (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Diq2000-tdep.c637 int stackspace = 0; local
656 stackspace += 4;
675 stackspace = ((stackspace + 7) & ~7);
676 stackspace += 8;
687 stackspace += 4;
689 stackspace += ((typelen + 7) & ~7);
698 sp -= stackspace;
700 stackspace = 0;
729 write_memory (sp + stackspace, bu
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Diq2000-tdep.c637 int stackspace = 0; local
656 stackspace += 4;
675 stackspace = ((stackspace + 7) & ~7);
676 stackspace += 8;
687 stackspace += 4;
689 stackspace += ((typelen + 7) & ~7);
698 sp -= stackspace;
700 stackspace = 0;
729 write_memory (sp + stackspace, bu
[all...]
/netbsd-current/sys/arch/sparc/sparc/
H A Dlocore.s1428 * The `stackspace' argument is the number of stack bytes to allocate
1441 * %sp = %fp - stackspace;
1446 * %sp = (top of kernel stack) - stackspace;
1465 #define TRAP_SETUP(stackspace) \
1475 add %fp, stackspace, %sp; /* want to just set %sp */ \
1478 add %fp, stackspace, %sp; \
1491 sethi %hi(USPACE+(stackspace)), %l5; \
1496 sethi %hi(USPACE+(stackspace)), %l5; \
1499 or %l5, %lo(USPACE+(stackspace)), %l5; \
1516 #define INTR_SETUP(stackspace) \
[all...]
/netbsd-current/sys/arch/sparc64/sparc64/
H A Dlocore.s1456 #define TRAP_SETUP(stackspace) \
1458 sethi %hi((stackspace)), %g5; \
1461 or %g5, %lo((stackspace)), %g5; \
1501 #define INTR_SETUP(stackspace) \
1511 sethi %hi((stackspace)), %g5; \
1513 or %g5, %lo((stackspace)), %g5; \
1572 #define TRAP_SETUP(stackspace) \
1574 sethi %hi((stackspace)), %g5; \
1577 or %g5, %lo((stackspace)), %g5; \
1616 #define INTR_SETUP(stackspace) \
[all...]

Completed in 269 milliseconds