WSTOPSIG           64 arch/um/os-Linux/skas/process.c 		if (((1 << WSTOPSIG(status)) & STUB_SIG_MASK) == 0)
WSTOPSIG           75 arch/um/os-Linux/skas/process.c 	if (((1 << WSTOPSIG(status)) & STUB_DONE_MASK) != 0)
WSTOPSIG          160 arch/um/os-Linux/skas/process.c 		    (WSTOPSIG(status) != SIGTRAP + 0x80)) {
WSTOPSIG          303 arch/um/os-Linux/skas/process.c 	} while (WIFSTOPPED(status) && (WSTOPSIG(status) == SIGALRM));
WSTOPSIG          305 arch/um/os-Linux/skas/process.c 	if (!WIFSTOPPED(status) || (WSTOPSIG(status) != SIGSTOP)) {
WSTOPSIG          401 arch/um/os-Linux/skas/process.c 			int sig = WSTOPSIG(status);
WSTOPSIG          108 arch/um/os-Linux/start_up.c 	if (!WIFSTOPPED(status) || (WSTOPSIG(status) != SIGSTOP))
WSTOPSIG          179 arch/um/os-Linux/start_up.c 	if (!WIFSTOPPED(status) || (WSTOPSIG(status) != SIGTRAP))
WSTOPSIG          221 arch/um/os-Linux/start_up.c 		    (WSTOPSIG(status) == (SIGTRAP|0x80))) {
WSTOPSIG          234 arch/um/os-Linux/start_up.c 		else if (WIFSTOPPED(status) && (WSTOPSIG(status) == SIGTRAP))
WSTOPSIG          279 arch/um/os-Linux/start_up.c 		   (WSTOPSIG(status) != (SIGTRAP | 0x80)))
WSTOPSIG          275 tools/testing/selftests/breakpoints/breakpoint_test.c 	if (WSTOPSIG(status) == SIGTRAP) {
WSTOPSIG          138 tools/testing/selftests/breakpoints/breakpoint_test_arm64.c 	if (WSTOPSIG(status) != SIGSTOP) {
WSTOPSIG          169 tools/testing/selftests/breakpoints/breakpoint_test_arm64.c 	if (WSTOPSIG(status) != SIGTRAP) {
WSTOPSIG           72 tools/testing/selftests/breakpoints/step_after_suspend_test.c 	if (WSTOPSIG(status) != SIGSTOP) {
WSTOPSIG          103 tools/testing/selftests/breakpoints/step_after_suspend_test.c 	if (WSTOPSIG(status) != SIGTRAP) {
WSTOPSIG          207 tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c 	if (WIFSTOPPED(status) && WSTOPSIG(status) == SIGTRAP) {
WSTOPSIG          300 tools/testing/selftests/powerpc/ptrace/ptrace-hwbreak.c 	if (WIFSTOPPED(status) && WSTOPSIG(status) == SIGTRAP) {
WSTOPSIG          146 tools/testing/selftests/ptrace/get_syscall_info.c 		switch (WSTOPSIG(status)) {
WSTOPSIG          259 tools/testing/selftests/ptrace/get_syscall_info.c 					WSTOPSIG(status));
WSTOPSIG         2829 tools/testing/selftests/seccomp/seccomp_bpf.c 	ASSERT_EQ(SIGTRAP, WSTOPSIG(status));
WSTOPSIG         2849 tools/testing/selftests/seccomp/seccomp_bpf.c 	ASSERT_EQ(SIGSTOP, WSTOPSIG(status));
WSTOPSIG         2864 tools/testing/selftests/seccomp/seccomp_bpf.c 	ASSERT_EQ(SIGCONT, WSTOPSIG(status));
WSTOPSIG         2870 tools/testing/selftests/seccomp/seccomp_bpf.c 	ASSERT_EQ(SIGTRAP, WSTOPSIG(status));
WSTOPSIG          467 tools/testing/selftests/x86/fsgsbase.c 	if (WSTOPSIG(status) == SIGTRAP) {