Searched refs:setjmp (Results 1 – 19 of 19) sorted by relevance
8 extern int setjmp(jmp_buf);18 n = setjmp(*buf); \
528 if (setjmp(recurse_jmp) != 0) { in xmon_core()661 if (setjmp(recurse_jmp) == 0) { in xmon_core()1003 if (setjmp(bus_error_jmp) == 0) { in show_uptime()1690 if (setjmp(bus_error_jmp) == 0) { in get_function_bounds()1875 if (setjmp(bus_error_jmp) == 0) { in prregs()1934 if (setjmp(bus_error_jmp) == 0) { in cacheflush()1961 if (setjmp(bus_error_jmp) == 0) { in read_spr()1984 if (setjmp(bus_error_jmp) == 0) { in write_spr()2209 if (setjmp(bus_error_jmp) == 0) { in mread()2252 if (setjmp(bus_error_jmp) == 0) { in mwrite()[all …]
3 # arch/x86_64/setjmp.S5 # setjmp/longjmp for the x86-64 architecture
3 # arch/i386/setjmp.S5 # setjmp/longjmp for the i386 architecture
35 if (setjmp(cmov_test_return) == 0) { in arch_check_bugs()
27 if (setjmp(generic_signal_jump_buf)) in dexcr_exists()96 if (setjmp(generic_signal_jump_buf)) in hashchk_triggers()
63 if (setjmp(hashchk_detected_buf)) in hashchk_detected_test()
158 void *vaddr, enum result_type type, int setjmp) in check() argument169 ASSERT_EQ(setjmp, 0); in check()180 ASSERT_EQ(setjmp, 1); in check()
12 extern int setjmp(jmp_buf env) __attribute__((returns_twice));
175 if (setjmp(crash_shutdown_buf) == 0) { in crash_kexec_prepare_cpus()383 if (setjmp(crash_shutdown_buf) == 0) { in default_machine_crash_shutdown()
140 if (setjmp(setjmp_env) == 0) { in test_wild_bctr()
45 _GLOBAL(setjmp)
427 if (setjmp(setjmp_env) == 0) { in catch_sigill()
494 setjmp:500 * (we use setjmp to register a handler from an1625 call setjmp;1998 call setjmp;2016 call setjmp;2051 call setjmp;2077 call setjmp;2111 call setjmp;2125 call setjmp;2254 call setjmp;
833 n = setjmp(initial_jmpbuf); in start_idle_thread()
138 setjmp/longjmp will have calls/returns not match.
384 setjmp/longjmp will have calls/returns not match.
530 setjmp/longjmp will have calls/returns not match.
556 setjmp/longjmp will have calls/returns not match.