/openbmc/linux/tools/testing/selftests/powerpc/tm/ |
H A D | .gitignore | 16 tm-signal-sigreturn-nt 21 tm-sigreturn
|
H A D | Makefile | 7 $(SIGNAL_CONTEXT_CHK_TESTS) tm-sigreturn tm-signal-sigreturn-nt \
|
/openbmc/linux/tools/testing/selftests/x86/ |
H A D | .gitignore | 10 sigreturn
|
H A D | Makefile | 14 check_initial_reg_state sigreturn iopl ioperm \
|
/openbmc/linux/arch/s390/kernel/vdso32/ |
H A D | vdso_user_wrapper.S | 21 vdso_syscall sigreturn,__NR_sigreturn
|
/openbmc/linux/tools/testing/selftests/arm64/signal/ |
H A D | README | 32 is placed on the stack and a sigreturn syscall is called to simulate a 53 successfully progressed up to the stage of triggering the fake sigreturn
|
/openbmc/linux/arch/s390/kernel/vdso64/ |
H A D | vdso_user_wrapper.S | 58 vdso_syscall sigreturn,__NR_sigreturn
|
/openbmc/qemu/tests/tcg/multiarch/ |
H A D | Makefile.target | 45 sigreturn-sigmask: CFLAGS+=-pthread 46 sigreturn-sigmask: LDFLAGS+=-pthread
|
/openbmc/linux/arch/arm64/kernel/vdso/ |
H A D | Makefile | 12 obj-vdso := vgettimeofday.o note.o sigreturn.o
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/ |
H A D | 0001-mips-Use-hardcodes-values-for-ABI-syscall-bases.patch | 30 int min_syscall, max_syscall, sigreturn, rt_sigreturn;
|
H A D | 0001-Add-support-for-mips64-n32-n64.patch | 849 - /* sigreturn returns control to the point 876 + int min_syscall, max_syscall, sigreturn, rt_sigreturn; 904 + sigreturn = min_syscall + abi_select(proc->e_abi, sigreturn_list); 909 + /* sigreturn returns control to the point where the signal was 913 + || top->c_un.syscall == (sigreturn - min_syscall))) {
|
/openbmc/linux/arch/loongarch/vdso/ |
H A D | Makefile | 11 obj-vdso-y := elf.o vgetcpu.o vgettimeofday.o sigreturn.o
|
/openbmc/linux/arch/s390/kernel/ |
H A D | compat_signal.c | 181 COMPAT_SYSCALL_DEFINE0(sigreturn) in COMPAT_SYSCALL_DEFINE0() argument 307 restorer = VDSO32_SYMBOL(current, sigreturn); in setup_frame32()
|
H A D | signal.c | 218 SYSCALL_DEFINE0(sigreturn) in SYSCALL_DEFINE0() argument 339 restorer = VDSO64_SYMBOL(current, sigreturn); in setup_frame()
|
/openbmc/linux/arch/powerpc/kernel/syscalls/ |
H A D | syscall.tbl | 158 119 32 sigreturn sys_sigreturn compat_sys_sigreturn 159 119 64 sigreturn sys_ni_syscall 160 119 spu sigreturn sys_ni_syscall
|
/openbmc/qemu/linux-user/ppc/ |
H A D | syscall.tbl | 158 119 32 sigreturn sys_sigreturn compat_sys_sigreturn 159 119 64 sigreturn sys_ni_syscall 160 119 spu sigreturn sys_ni_syscall
|
/openbmc/linux/tools/perf/arch/powerpc/entry/syscalls/ |
H A D | syscall.tbl | 158 119 32 sigreturn sys_sigreturn compat_sys_sigreturn 159 119 64 sigreturn sys_ni_syscall 160 119 spu sigreturn sys_ni_syscall
|
/openbmc/linux/Documentation/arch/x86/ |
H A D | shstk.rst | 137 in a special format with bit 63 set. On sigreturn this old SSP token is 140 violation on the sigreturn path that goes through the restorer.
|
/openbmc/qemu/linux-user/mips/ |
H A D | syscall-args-o32.c.inc | 120 [ 119] = 0, /* sigreturn */
|
/openbmc/linux/arch/x86/entry/vdso/ |
H A D | Makefile | 28 vobjs32-y := vdso32/note.o vdso32/system_call.o vdso32/sigreturn.o
|
/openbmc/linux/arch/sparc/kernel/syscalls/ |
H A D | syscall.tbl | 261 216 32 sigreturn sys_sigreturn sys32_sigreturn 262 216 64 sigreturn sys_nis_syscall
|
/openbmc/qemu/linux-user/sparc/ |
H A D | syscall.tbl | 261 216 32 sigreturn sys_sigreturn sys32_sigreturn 262 216 64 sigreturn sys_nis_syscall
|
/openbmc/linux/arch/mips/vdso/ |
H A D | Makefile | 10 obj-vdso-y := elf.o vgettimeofday.o sigreturn.o
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | syscall-user-dispatch.rst | 65 without triggering a nested SIGSYS on (rt\_)sigreturn. Users of this
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | signal_32.c | 1295 COMPAT_SYSCALL_DEFINE0(sigreturn) in COMPAT_SYSCALL_DEFINE0() argument 1297 SYSCALL_DEFINE0(sigreturn) in COMPAT_SYSCALL_DEFINE0()
|