Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/powerpc/security/
H A Dflush_utils.c52 static void sigill_handler(int signr, siginfo_t *info, void *unused) in sigill_handler() function
76 sa.sa_sigaction = sigill_handler; in set_dscr()
/linux/tools/testing/selftests/riscv/hwprobe/
H A Dcbo.c28 static void sigill_handler(int sig, siginfo_t *info, void *context) in sigill_handler() function
178 .sa_sigaction = &sigill_handler, in main()
/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb.c410 static void sigill_handler(int signal) in sigill_handler() function
417 .sa_handler = sigill_handler,