Home
last modified time | relevance | path

Searched refs:WSTOPSIG (Results 1 - 25 of 35) sorted by relevance

12

/kernel/linux/linux-5.10/arch/um/os-Linux/
H A Dstart_up.c108 if (!WIFSTOPPED(status) || (WSTOPSIG(status) != SIGSTOP)) in start_ptraced_child()
179 if (!WIFSTOPPED(status) || (WSTOPSIG(status) != SIGTRAP)) in check_sysemu()
221 (WSTOPSIG(status) == (SIGTRAP|0x80))) { in check_sysemu()
234 else if (WIFSTOPPED(status) && (WSTOPSIG(status) == SIGTRAP)) in check_sysemu()
279 (WSTOPSIG(status) != (SIGTRAP | 0x80))) in check_ptrace()
/kernel/linux/linux-6.6/arch/um/os-Linux/
H A Dstart_up.c108 if (!WIFSTOPPED(status) || (WSTOPSIG(status) != SIGSTOP)) in start_ptraced_child()
179 if (!WIFSTOPPED(status) || (WSTOPSIG(status) != SIGTRAP)) in check_sysemu()
221 (WSTOPSIG(status) == (SIGTRAP|0x80))) { in check_sysemu()
234 else if (WIFSTOPPED(status) && (WSTOPSIG(status) == SIGTRAP)) in check_sysemu()
279 (WSTOPSIG(status) != (SIGTRAP | 0x80))) in check_ptrace()
/kernel/linux/linux-5.10/arch/um/os-Linux/skas/
H A Dprocess.c65 if (((1 << WSTOPSIG(status)) & STUB_SIG_MASK) == 0) in wait_stub_done()
76 if (((1 << WSTOPSIG(status)) & STUB_DONE_MASK) != 0) in wait_stub_done()
161 (WSTOPSIG(status) != SIGTRAP + 0x80)) { in handle_trap()
305 } while (WIFSTOPPED(status) && (WSTOPSIG(status) == SIGALRM)); in start_userspace()
307 if (!WIFSTOPPED(status) || (WSTOPSIG(status) != SIGSTOP)) { in start_userspace()
405 int sig = WSTOPSIG(status); in userspace()
/kernel/linux/linux-6.6/arch/um/os-Linux/skas/
H A Dprocess.c116 if (((1 << WSTOPSIG(status)) & STUB_SIG_MASK) == 0) in wait_stub_done()
127 if (((1 << WSTOPSIG(status)) & STUB_DONE_MASK) != 0) in wait_stub_done()
211 (WSTOPSIG(status) != SIGTRAP + 0x80)) { in handle_trap()
349 } while (WIFSTOPPED(status) && (WSTOPSIG(status) == SIGALRM)); in start_userspace()
351 if (!WIFSTOPPED(status) || (WSTOPSIG(status) != SIGSTOP)) { in start_userspace()
449 int sig = WSTOPSIG(status); in userspace()
/kernel/linux/linux-5.10/tools/testing/selftests/ptrace/
H A Dget_syscall_info.c146 switch (WSTOPSIG(status)) { in TEST()
259 WSTOPSIG(status)); in TEST()
H A Dvmaccess.c74 ASSERT_EQ(WSTOPSIG(s), SIGSTOP); in TEST()
/kernel/linux/linux-5.10/tools/testing/selftests/breakpoints/
H A Dbreakpoint_test_arm64.c138 if (WSTOPSIG(status) != SIGSTOP) { in run_test()
169 if (WSTOPSIG(status) != SIGTRAP) { in run_test()
H A Dstep_after_suspend_test.c72 if (WSTOPSIG(status) != SIGSTOP) { in run_test()
104 if (WSTOPSIG(status) != SIGTRAP) { in run_test()
H A Dbreakpoint_test.c275 if (WSTOPSIG(status) == SIGTRAP) { in check_success()
/kernel/linux/linux-6.6/tools/testing/selftests/breakpoints/
H A Dbreakpoint_test_arm64.c138 if (WSTOPSIG(status) != SIGSTOP) { in run_test()
169 if (WSTOPSIG(status) != SIGTRAP) { in run_test()
H A Dstep_after_suspend_test.c72 if (WSTOPSIG(status) != SIGSTOP) { in run_test()
104 if (WSTOPSIG(status) != SIGTRAP) { in run_test()
H A Dbreakpoint_test.c275 if (WSTOPSIG(status) == SIGTRAP) { in check_success()
/kernel/linux/linux-6.6/tools/testing/selftests/ptrace/
H A Dget_syscall_info.c146 switch (WSTOPSIG(status)) { in TEST()
259 WSTOPSIG(status)); in TEST()
H A Dvmaccess.c74 ASSERT_EQ(WSTOPSIG(s), SIGSTOP); in TEST()
/kernel/linux/linux-5.10/tools/testing/selftests/x86/
H A Dfsgsbase.c470 if (WSTOPSIG(status) == SIGTRAP) { in test_ptrace_write_gs_read_base()
530 if (WSTOPSIG(status) == SIGTRAP) { in test_ptrace_write_gsbase()
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A Dfsgsbase.c478 if (WSTOPSIG(status) == SIGTRAP) { in test_ptrace_write_gs_read_base()
538 if (WSTOPSIG(status) == SIGTRAP) { in test_ptrace_write_gsbase()
H A Dsyscall_numbering.c409 if (sh->probing_syscall && WSTOPSIG(wstatus) == SIGTRAP) in syscall_numbering_tracer()
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/abi/
H A Dptrace.c204 sig = WSTOPSIG(status); in do_parent()
/kernel/linux/linux-6.6/tools/testing/selftests/proc/
H A Dproc-empty-vm.c402 assert(WSTOPSIG(wstatus) == SIGSEGV); in main()
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/fp/
H A Dsve-ptrace.c175 sig = WSTOPSIG(status); in do_parent()
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/fp/
H A Dza-ptrace.c280 sig = WSTOPSIG(status); in do_parent()
H A Dzt-ptrace.c285 sig = WSTOPSIG(status); in do_parent()
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dprotection_keys.c1591 pkey_assert(WIFSTOPPED(status) && WSTOPSIG(status) == SIGSTOP); in test_ptrace_modifies_pkru()
1623 pkey_assert(WIFSTOPPED(status) && WSTOPSIG(status) == SIGSTOP); in test_ptrace_modifies_pkru()
1650 pkey_assert(WIFSTOPPED(status) && WSTOPSIG(status) == SIGSTOP); in test_ptrace_modifies_pkru()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-hwbreak.c213 if (!WIFSTOPPED(status) || WSTOPSIG(status) != SIGTRAP || in check_success()
/kernel/linux/linux-5.10/tools/testing/selftests/cgroup/
H A Dcgroup_util.c385 return WSTOPSIG(info.si_status); in clone_reap()

Completed in 16 milliseconds

12