Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dcpuinfo-riscv.c18 static volatile sig_atomic_t got_sigill; variable
33 got_sigill = 1; in sigill_handler()
104 got_sigill = 0; in cpuinfo_init()
107 info |= got_sigill ? 0 : CPUINFO_ZBA; in cpuinfo_init()
113 got_sigill = 0; in cpuinfo_init()
116 info |= got_sigill ? 0 : CPUINFO_ZBB; in cpuinfo_init()
122 got_sigill = 0; in cpuinfo_init()
125 info |= got_sigill ? 0 : CPUINFO_ZICOND; in cpuinfo_init()
/openbmc/qemu/tcg/mips/
H A Dtcg-target.c.inc2317 static volatile sig_atomic_t got_sigill;
2325 got_sigill = 1;
2339 got_sigill = 0;
2346 use_movnz_instructions = !got_sigill;
2353 got_sigill = 0;
2359 use_mips32_instructions = !got_sigill;
2367 got_sigill = 0;
2373 use_mips32r2_instructions = !got_sigill;