Home
last modified time | relevance | path

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

/original-bsd/sys/sparc/sparc/
H A Dlocore.s728 #define TRAP_SETUP(stackspace) \ argument
737 add %fp, stackspace, %sp; /* want to just set %sp */ \
740 add %fp, stackspace, %sp; \
753 sethi %hi(UPAGES*NBPG+(stackspace)), %l5; \
758 sethi %hi(UPAGES*NBPG+(stackspace)), %l5; \
761 or %l5, %lo(UPAGES*NBPG+(stackspace)), %l5; \
772 #define INTR_SETUP(stackspace) \ argument
787 add %l7, stackspace, %sp; /* so switch to intstack */ \
789 add %fp, stackspace, %sp; /* else stay on intstack */ \
807 add %l7, stackspace, %sp; \