/linux/tools/testing/selftests/riscv/sigreturn/ |
H A D | Makefile | 7 TEST_GEN_PROGS := sigreturn 11 $(OUTPUT)/sigreturn: sigreturn.c
|
H A D | .gitignore | 1 sigreturn
|
/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 \
|
/linux/tools/testing/selftests/x86/ |
H A D | .gitignore | 10 sigreturn
|
H A D | Makefile | 14 check_initial_reg_state sigreturn iopl ioperm \
|
/linux/arch/s390/kernel/vdso32/ |
H A D | vdso_user_wrapper.S | 21 vdso_syscall sigreturn,__NR_sigreturn
|
/linux/arch/s390/kernel/vdso64/ |
H A D | vdso_user_wrapper.S | 51 vdso_syscall sigreturn,__NR_sigreturn
|
/linux/tools/testing/selftests/riscv/ |
H A D | Makefile | 8 RISCV_SUBTARGETS ?= abi hwprobe mm sigreturn vector
|
/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
|
/linux/arch/arm64/kernel/vdso/ |
H A D | Makefile | 12 obj-vdso := vgettimeofday.o note.o sigreturn.o vgetrandom.o vgetrandom-chacha.o
|
/linux/arch/s390/kernel/ |
H A D | signal.c | 61 * The svc_insn entry with the sigreturn system call opcode does not 215 SYSCALL_DEFINE0(sigreturn) in SYSCALL_DEFINE0() argument 336 restorer = VDSO64_SYMBOL(current, sigreturn); in setup_frame()
|
H A D | compat_signal.c | 178 COMPAT_SYSCALL_DEFINE0(sigreturn) in COMPAT_SYSCALL_DEFINE0() argument 304 restorer = VDSO32_SYMBOL(current, sigreturn); in setup_frame32()
|
/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
|
/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.
|
/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
|
/linux/arch/x86/entry/vdso/ |
H A D | Makefile | 11 vobjs32-y := vdso32/note.o vdso32/system_call.o vdso32/sigreturn.o
|
/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
|
/linux/tools/perf/arch/sparc/entry/syscalls/ |
H A D | syscall.tbl | 261 216 32 sigreturn sys_sigreturn sys32_sigreturn 262 216 64 sigreturn sys_nis_syscall
|
/linux/Documentation/admin-guide/ |
H A D | syscall-user-dispatch.rst | 65 without triggering a nested SIGSYS on (rt\_)sigreturn. Users of this
|
/linux/arch/m68k/kernel/ |
H A D | entry.S | 102 | return value of do_{rt_,}sigreturn() points to moved switch_stack.
|
/linux/arch/powerpc/kernel/ |
H A D | signal_32.c | 1116 * The purpose of a sigreturn is to destroy all traces of the in COMPAT_SYSCALL_DEFINE0() 1295 COMPAT_SYSCALL_DEFINE0(sigreturn) in COMPAT_SYSCALL_DEFINE0() argument 1297 SYSCALL_DEFINE0(sigreturn) in COMPAT_SYSCALL_DEFINE0()
|
/linux/arch/x86/um/ |
H A D | signal.c | 339 SYSCALL_DEFINE0(sigreturn) in SYSCALL_DEFINE0() argument
|
/linux/arch/x86/kernel/ |
H A D | signal_32.c | 149 SYSCALL32_DEFINE0(sigreturn) in SYSCALL32_DEFINE0() argument 170 signal_fault(regs, frame, "32bit sigreturn"); in SYSCALL32_DEFINE0() 200 signal_fault(regs, frame, "32bit rt sigreturn"); in SYSCALL32_DEFINE0()
|
/linux/tools/perf/arch/sh/entry/syscalls/ |
H A D | syscall.tbl | 129 119 common sigreturn sys_sigreturn
|