usr1_sa           264 tools/testing/selftests/powerpc/tm/tm-trap.c 	struct sigaction usr1_sa;
usr1_sa           266 tools/testing/selftests/powerpc/tm/tm-trap.c 	usr1_sa.sa_flags = SA_SIGINFO;
usr1_sa           267 tools/testing/selftests/powerpc/tm/tm-trap.c 	usr1_sa.sa_sigaction = usr1_signal_handler;
usr1_sa           268 tools/testing/selftests/powerpc/tm/tm-trap.c 	sigaction(SIGUSR1, &usr1_sa, NULL);