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

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

Completed in 629 milliseconds