/openbmc/linux/tools/testing/selftests/x86/ |
H A D | syscall_arg_fault.c | 59 siglongjmp(jmpbuf, 1); in sigsegv_or_sigbus() 80 siglongjmp(jmpbuf, 1); in sigtrap() 98 siglongjmp(jmpbuf, 1); in sigill()
|
H A D | sigaltstack.c | 76 siglongjmp(jmpbuf, 1); in sigsegv()
|
H A D | ioperm.c | 52 siglongjmp(jmpbuf, 1); in sigsegv()
|
H A D | sysret_rip.c | 124 siglongjmp(jmpbuf, 1); in sigsegv_for_fallthrough()
|
H A D | single_step_syscall.c | 107 siglongjmp(jmpbuf, 1); in print_and_longjmp()
|
H A D | iopl.c | 52 siglongjmp(jmpbuf, 1); in sigsegv()
|
H A D | mov_ss_trap.c | 140 siglongjmp(jmpbuf, 1); in handle_and_longjmp()
|
H A D | test_vsyscall.c | 187 siglongjmp(jmpbuf, 1); in sigsegv()
|
H A D | fsgsbase.c | 84 siglongjmp(jmpbuf, 1); in sigill()
|
H A D | test_shadow_stack.c | 641 siglongjmp(jmp_buffer, -1); in segv_gp_handler()
|
H A D | ldt_gdt.c | 527 siglongjmp(jmpbuf, 1); in sigsegv()
|
H A D | lam.c | 115 siglongjmp(segv_env, 1); in segv_handler()
|
/openbmc/qemu/util/ |
H A D | coroutine-sigaltstack.c | 100 siglongjmp(*(sigjmp_buf *)co->entry_arg, 1); in coroutine_bootstrap() 255 siglongjmp(coTS->tr_reenter, 1); in qemu_coroutine_new() 285 siglongjmp(to->env, action); in qemu_coroutine_switch()
|
H A D | coroutine-ucontext.c | 169 siglongjmp(*(sigjmp_buf *)co->entry_arg, 1); in coroutine_trampoline() 277 siglongjmp(to->env, COROUTINE_ENTER); in terminate_asan() 329 siglongjmp(to->env, action); in qemu_coroutine_switch()
|
H A D | oslib-posix.c | 309 siglongjmp(thread->env, 1); in sigbus_handler()
|
/openbmc/qemu/accel/tcg/ |
H A D | cpu-exec-common.c | 41 siglongjmp(cpu->jmp_env, 1); in cpu_loop_exit()
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | unaligned_pc.c | 74 siglongjmp(after_test, 1); in sigbus_handler()
|
/openbmc/linux/tools/perf/util/ |
H A D | perf-hooks.c | 40 siglongjmp(jmpbuf, 1); in perf_hooks__recover()
|
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
H A D | siglongjmp.patch | 20 + siglongjmp(timebuf, sig);
|
/openbmc/qemu/tests/tcg/s390x/ |
H A D | mvc.c | 13 siglongjmp(jmp_env, 1); in handle_sigsegv()
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | mkdirty.c | 37 siglongjmp(env, 1); in signal_handler() 38 siglongjmp(env, 2); in signal_handler()
|
/openbmc/linux/tools/testing/selftests/powerpc/mm/ |
H A D | bad_accesses.c | 36 siglongjmp(setjmp_env, 1); in segv_handler()
|
/openbmc/qemu/include/sysemu/ |
H A D | os-win32.h | 90 #define siglongjmp(env, val) longjmp(env, val) macro
|
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/ |
H A D | tcp-wrappers_7.6.bb | 37 file://siglongjmp.patch \
|
/openbmc/linux/tools/testing/selftests/arm64/pauth/ |
H A D | pac.c | 192 siglongjmp(jmpbuf, 1); in pac_signal_handler()
|