Searched refs:SYS_sigreturn (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.0-release/sys/amd64/amd64/
H A Dsigtramp.S45 movq $SYS_sigreturn,%rax
/freebsd-10.0-release/sys/powerpc/powerpc/
H A Dsigcode32.S51 li 0,SYS_sigreturn
H A Dsigcode64.S57 li 0,SYS_sigreturn
/freebsd-10.0-release/sys/amd64/ia32/
H A Dia32_sigtramp.S48 movl $SYS_sigreturn,%eax
61 movl $344,%eax /* 4.x SYS_sigreturn */
75 movl $103,%eax /* 3.x SYS_sigreturn */
/freebsd-10.0-release/sys/mips/mips/
H A Dswtch.S618 li v0, SYS_sigreturn
635 li v0, SYS_sigreturn
/freebsd-10.0-release/sys/i386/xen/
H A Dlocore.s304 movl $SYS_sigreturn,%eax
321 movl $344,%eax /* 4.x SYS_sigreturn */
339 movl $103,%eax /* 3.x SYS_sigreturn */
/freebsd-10.0-release/sys/sys/
H A Dsyscall.h348 #define SYS_sigreturn 417 macro
/freebsd-10.0-release/sys/arm/arm/
H A Dlocore.S515 * "ldr r7, =SYS_sigreturn" to ensure the value of szsigcode is
520 ldr r7, [pc, #12] /* Load SYS_sigreturn */
521 swi SYS_sigreturn
528 /* Branch back to retry SYS_sigreturn */
531 .word SYS_sigreturn
/freebsd-10.0-release/sys/ia64/ia64/
H A Dsyscall.S170 mov r15=SYS_sigreturn
H A Dmachdep.c1276 KASSERT(tf->tf_scratch.gr15 == SYS_sigreturn, ("foo"));
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dproc-events.c1162 #if defined (SYS_sigreturn)
1163 syscall_table[SYS_sigreturn] = "sigreturn";
/freebsd-10.0-release/sys/i386/i386/
H A Dlocore.s342 movl $SYS_sigreturn,%eax
359 movl $344,%eax /* 4.x SYS_sigreturn */
377 movl $103,%eax /* 3.x SYS_sigreturn */

Completed in 189 milliseconds