Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/powerpc/
Dutils.c243 static void sigill_handler(int signr, siginfo_t *info, void *unused) in sigill_handler() function
267 sa.sa_sigaction = sigill_handler; in set_dscr()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_cpu_detect.c93 sigill_handler(int sig) in sigill_handler() function
125 signal(SIGILL, sigill_handler); in check_os_altivec_support()
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
Debb.c412 static void sigill_handler(int signal) in sigill_handler() function
419 .sa_handler = sigill_handler,
/external/mesa3d/src/gallium/auxiliary/util/
Du_cpu_detect.c99 sigill_handler(int sig) in sigill_handler() function
131 signal(SIGILL, sigill_handler); in check_os_altivec_support()