Searched refs:got_sigill (Results 1 – 2 of 2) sorted by relevance
15 static volatile sig_atomic_t got_sigill; variable30 got_sigill = 1; in sigill_handler()86 got_sigill = 0; in cpuinfo_init()89 info |= got_sigill ? 0 : CPUINFO_ZBA; in cpuinfo_init()95 got_sigill = 0; in cpuinfo_init()98 info |= got_sigill ? 0 : CPUINFO_ZBB; in cpuinfo_init()104 got_sigill = 0; in cpuinfo_init()107 info |= got_sigill ? 0 : CPUINFO_ZICOND; in cpuinfo_init()
2317 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;