Searched refs:CC64FSZ (Results 1 - 22 of 22) sorted by relevance

/netbsd-current/lib/libc/arch/sparc64/sys/
H A D__clone.S44 save %sp, -CC64FSZ, %sp
63 sub %o1, CC64FSZ+BIAS, %o1 ! make space
64 stx %i0, [%o1+CC64FSZ-16+BIAS] ! save func
65 stx %i3, [%o1+CC64FSZ-8+BIAS] ! save arg
75 ldx [%sp+CC64FSZ-16+BIAS], %l0 ! grab the function...
77 ldx [%sp+CC64FSZ-8+BIAS], %o0 ! ...and the argument
H A D__sigtramp2.S40 #include <sparc/frame.h> /* BIAS, CC64FSZ */
45 * [%sp + BIAS + CC64FSZ] siginfo_t
46 * [%sp + BIAS + CC64FSZ + 128] ucontext_t
51 add %sp, BIAS + CC64FSZ + 128, %o0 /* get pointer to ucontext */
H A Dptrace.S50 save %sp, -CC64FSZ, %sp
H A Dcerror.S51 save %sp, -CC64FSZ, %sp
/netbsd-current/lib/libc/compat/arch/sparc64/sys/
H A Dcompat___sigtramp1.S92 save %sp, -CC64FSZ - 320, %sp
111 stx %fsr, [%sp + CC64FSZ + BIAS + 0]
112 add %sp, BIAS+CC64FSZ+BLOCK_SIZE, %l0 /* Generate a pointer so */
119 add %sp, BIAS+CC64FSZ+BLOCK_SIZE, %l0 /* Generate a pointer so */
143 ldx [%sp + CC64FSZ + BIAS + 0], %fsr
144 add %sp, BIAS+CC64FSZ+BLOCK_SIZE, %l0 /* Generate a pointer so */
152 add %sp, BIAS+CC64FSZ+BLOCK_SIZE, %l0 /* Generate a pointer so */
/netbsd-current/common/lib/libc/arch/sparc64/gen/
H A Dsaveregs.S53 #define REGOFF (BIAS - CC64FSZ)
/netbsd-current/sys/arch/sparc/include/
H A Dframe.h127 * CC64FSZ (C Compiler 64-bit Frame SiZe) is the size of a stack frame used
131 #define CC64FSZ 176 macro
H A Dasm.h47 /* Pull in CCFSZ, CC64FSZ, and BIAS from frame.h */
124 .text; save %sp,-CC64FSZ,%sp; sethi %hi(1b),%o0; call _mcount; \
136 .text; save %sp,-CC64FSZ,%sp; sethi %hi(1b),%o0; call mcount; \
/netbsd-current/sys/arch/sparc64/sparc64/
H A Dlocore.s1220 set EINTSTACK-STKB-CC64FSZ, %l0
1415 stx %l0, [%g6 + CC64FSZ + STKB + TF_L + (0*8)]; \
1416 stx %l1, [%g6 + CC64FSZ + STKB + TF_L + (1*8)]; \
1417 stx %l2, [%g6 + CC64FSZ + STKB + TF_L + (2*8)]; \
1418 stx %l3, [%g6 + CC64FSZ + STKB + TF_L + (3*8)]; \
1419 stx %l4, [%g6 + CC64FSZ + STKB + TF_L + (4*8)]; \
1420 stx %l5, [%g6 + CC64FSZ + STKB + TF_L + (5*8)]; \
1421 stx %l6, [%g6 + CC64FSZ + STKB + TF_L + (6*8)]; \
1422 stx %l7, [%g6 + CC64FSZ + STKB + TF_L + (7*8)]; \
1425 stx %i0, [%g6 + CC64FSZ
[all...]
H A Ddb_tlb_access.S37 save %sp, -CC64FSZ, %sp
71 save %sp, -CC64FSZ, %sp
112 save %sp, -CC64FSZ, %sp
154 save %sp, -CC64FSZ, %sp
H A Dvm_machdep.c147 #define TOPFRAMEOFF (USPACE-sizeof(struct trapframe)-CC64FSZ)
154 #define TOPFRAMEOFF (USPACE-sizeof(struct trapframe)-CC64FSZ)
H A Dcopy.S89 save %sp, -CC64FSZ, %sp
136 save %sp, -CC64FSZ, %sp
193 save %sp, -CC64FSZ, %sp
399 save %sp, -CC64FSZ, %sp
603 save %sp, -CC64FSZ, %sp
932 save %sp, -CC64FSZ, %sp
1145 save %sp, -CC64FSZ, %sp
H A Dcompat_16_machdep.c65 #define CCFSZ CC64FSZ
H A Dmachdep.c222 #define CCFSZ CC64FSZ
/netbsd-current/common/lib/libc/arch/sparc64/string/
H A Dstrmacros.h48 * and can be accessed at %sp+CC64FSZ.
52 save %sp, -(CC64FSZ), %sp; /* Allocate a stack frame */ \
59 add %l0, -STKB-CC64FSZ-(siz), %sp; /* Set proper %sp */ \
H A Dmemcpy.S56 save %sp, -CC64FSZ, %sp
111 save %sp, -CC64FSZ, %sp
/netbsd-current/lib/libc/arch/sparc64/gen/
H A D_setjmp.S76 save %sp, -CC64FSZ, %sp
H A Dsetjmp.S67 save %sp, -CC64FSZ, %sp
H A Dmodf.S97 save %sp, -CC64FSZ-16, %sp
/netbsd-current/lib/libc/compat/arch/sparc64/gen/
H A Dcompat_setjmp.S104 save %sp, -CC64FSZ, %sp
/netbsd-current/sys/arch/sparc/stand/ofwboot/
H A Dsrt0.s76 set CC64FSZ, %g1 ! Frame Size (negative)
87 set CC64FSZ, %g1 ! Frame Size (negative)
149 save %sp, -CC64FSZ, %sp
173 save %sp, -CC64FSZ, %sp ! Get a new 64-bit stack frame
/netbsd-current/sys/arch/sparc64/include/
H A Dlocore.h158 save %sp, -CC64FSZ, %sp; \

Completed in 128 milliseconds