Home
last modified time | relevance | path

Searched refs:pop_signal_handler (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/powerpc/dexcr/
H A Ddexcr.c43 pop_signal_handler(SIGILL, old); in dexcr_exists()
104 pop_signal_handler(SIGILL, old); in hashchk_triggers()
H A Dhashchk_test.c71 pop_signal_handler(SIGILL, old); in hashchk_detected_test()
/linux/tools/testing/selftests/powerpc/include/
H A Dutils.h116 struct sigaction pop_signal_handler(int sig, struct sigaction old_handler);
/linux/tools/testing/selftests/powerpc/
H A Dutils.c636 struct sigaction pop_signal_handler(int sig, struct sigaction old_handler) in pop_signal_handler() function