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.c95 struct sigaction sa_old, sa_new; in cpuinfo_init() local
97 memset(&sa_new, 0, sizeof(sa_new)); in cpuinfo_init()
98 sa_new.sa_flags = SA_SIGINFO; in cpuinfo_init()
99 sa_new.sa_sigaction = sigill_handler; in cpuinfo_init()
100 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);