Home
last modified time | relevance | path

Searched refs:longjmp (Results 1 – 9 of 9) sorted by relevance

/qemu/include/sysemu/
H A Dos-win32.h63 #undef longjmp
72 #define longjmp(env, val) __mingw_longjmp(env, val) macro
90 #define siglongjmp(env, val) longjmp(env, val)
/qemu/tests/tcg/hexagon/
H A Dhex_sigsegv.c54 longjmp(jmp_env, 1); in sig_segv()
H A Dmem_noshuf_exception.c63 longjmp(jmp_env, 1); in sig_segv()
H A Doverflow.c87 longjmp(jmp_env, 1); in sig_segv()
/qemu/accel/tcg/
H A Dldst_atomicity.c.inc147 * If this is not possible, longjmp out to restart serially.
181 * If this is not possible, longjmp out to restart serially.
300 * If this is not possible, longjmp out to restart serially.
/qemu/tests/tcg/multiarch/linux/
H A Dlinux-test.c450 longjmp(jmp_env, 1); in sig_segv()
/qemu/docs/devel/
H A Dtcg.rst154 longjmp() is used when an exception such as division by zero is
H A Dloads-stores.rst89 guest CPU state being updated and control longjmp'ing out of the
/qemu/tests/tcg/i386/
H A Dtest-i386.c1752 longjmp(jmp_env, 1); in sig_handler()