Searched refs:SYSCALL_G5RFLAG (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/lib/libc/arch/sparc64/
H A DSYS.h85 * we use the SYSCALL_G5RFLAG to put the `success' return address in %g5
89 ENTRY(x); mov (_CAT(SYS_,x))|SYSCALL_G5RFLAG,%g1; add %o7,8,%g5; \
96 ENTRY(x); mov (_CAT(SYS_,y))|SYSCALL_G5RFLAG,%g1; add %o7,8,%g5; \
123 ENTRY(x); mov (_CAT(SYS_,x))|SYSCALL_G5RFLAG,%g1; add %o7,8,%g5; \
130 ENTRY(x); mov (_CAT(SYS_,y))|SYSCALL_G5RFLAG,%g1; add %o7,8,%g5; \
/netbsd-6-1-5-RELEASE/lib/libc/arch/sparc64/gen/
H A Dswapcontext.S55 mov SYS_setcontext|SYSCALL_G5RFLAG, %g1
/netbsd-6-1-5-RELEASE/lib/libc/arch/sparc/
H A DSYS.h94 * use the SYSCALL_G5RFLAG to put the `success' return address in %g5
101 mov (_CAT(SYS_,y)) | SYSCALL_G5RFLAG, %g1; \
144 mov (_CAT(SYS_,y)) | SYSCALL_G5RFLAG, %g1; \
/netbsd-6-1-5-RELEASE/sys/arch/sparc/sparc/
H A Dsyscall.c111 int new = *code & (SYSCALL_G7RFLAG|SYSCALL_G2RFLAG|SYSCALL_G5RFLAG);
112 *code &= ~(SYSCALL_G7RFLAG|SYSCALL_G2RFLAG|SYSCALL_G5RFLAG);
253 if (__predict_true((new & SYSCALL_G5RFLAG)
254 == SYSCALL_G5RFLAG))
344 if (__predict_true((new & SYSCALL_G5RFLAG) ==
345 SYSCALL_G5RFLAG))
/netbsd-6-1-5-RELEASE/sys/arch/sparc/include/
H A Dtrap.h134 #define SYSCALL_G5RFLAG 0xc00 /* use %g5 as above (only ABI compatible way) */ macro
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/include/
H A Dtrap.h145 #define SYSCALL_G5RFLAG 0xc00 /* use %g5 as above (only ABI compatible way) */ macro
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/sparc64/
H A Dsyscall.c130 int new = *code & (SYSCALL_G7RFLAG|SYSCALL_G2RFLAG|SYSCALL_G5RFLAG);
131 *code &= ~(SYSCALL_G7RFLAG|SYSCALL_G2RFLAG|SYSCALL_G5RFLAG);
134 if (__predict_true((new & SYSCALL_G5RFLAG) == SYSCALL_G5RFLAG))

Completed in 70 milliseconds