Home
last modified time | relevance | path

Searched refs:sa_new (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/util/
H A Dcpuinfo-riscv.c77 struct sigaction sa_old, sa_new; in cpuinfo_init() local
79 memset(&sa_new, 0, sizeof(sa_new)); in cpuinfo_init()
80 sa_new.sa_flags = SA_SIGINFO; in cpuinfo_init()
81 sa_new.sa_sigaction = sigill_handler; in cpuinfo_init()
82 sigaction(SIGILL, &sa_new, &sa_old); in cpuinfo_init()
/openbmc/qemu/tcg/mips/
H A Dtcg-target.c.inc2330 struct sigaction sa_old, sa_new;
2332 memset(&sa_new, 0, sizeof(sa_new));
2333 sa_new.sa_flags = SA_SIGINFO;
2334 sa_new.sa_sigaction = sigill_handler;
2335 sigaction(SIGILL, &sa_new, &sa_old);