Home
last modified time | relevance | path

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

12

/openbmc/u-boot/arch/x86/cpu/i386/
H A Dsetjmp.S45 .globl longjmp
46 .type longjmp, @function
47 longjmp: label
60 .size longjmp, .-longjmp
/openbmc/u-boot/arch/arm/lib/
H A Dsetjmp.S24 .pushsection .text.longjmp, "ax"
25 ENTRY(longjmp)
35 ENDPROC(longjmp)
H A Dsetjmp_aarch64.S26 .pushsection .text.longjmp, "ax"
27 ENTRY(longjmp)
40 ENDPROC(longjmp)
/openbmc/u-boot/arch/riscv/lib/
H A Dsetjmp.S39 .pushsection .text.longjmp, "ax"
40 ENTRY(longjmp)
64 ENDPROC(longjmp)
/openbmc/linux/arch/um/include/shared/
H A Dlongjmp.h10 extern void longjmp(jmp_buf, int);
13 longjmp(*buf, val); \
/openbmc/u-boot/arch/x86/cpu/x86_64/
H A Dsetjmp.S31 ENTRY(longjmp)
49 ENDPROC(longjmp)
/openbmc/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)
/openbmc/u-boot/arch/sandbox/include/asm/
H A Dsetjmp.h33 __noreturn void longjmp(jmp_buf jmp, int ret);
/openbmc/u-boot/arch/riscv/include/asm/
H A Dsetjmp.h23 void longjmp(jmp_buf jmp, int ret);
/openbmc/linux/arch/powerpc/include/asm/
H A Dsetjmp.h13 extern void longjmp(jmp_buf env, int val) __attribute__((noreturn));
/openbmc/u-boot/arch/arm/include/asm/
H A Dsetjmp.h25 void longjmp(jmp_buf jmp, int ret);
/openbmc/u-boot/arch/arm/cpu/armv8/
H A Dexception_level.c30 longjmp(non_secure_jmp, 1); in entry_non_secure()
/openbmc/u-boot/arch/arm/cpu/armv7/
H A Dexception_level.c32 longjmp(non_secure_jmp, 1); in entry_non_secure()
/openbmc/u-boot/arch/x86/include/asm/
H A Dsetjmp.h38 void longjmp(struct jmp_buf_data *jmp_buf, int val);
/openbmc/u-boot/arch/arm/mach-rockchip/
H A Dbootrom.c21 longjmp(brom_ctx, brom_cmd); in _back_to_bootrom()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/uim/uim/
H A DJMP_BUF_GC_jmp_buf.patch14 /* Set up a handler for address faults which will longjmp to */
/openbmc/linux/arch/x86/um/
H A Dbugs_32.c19 longjmp(cmov_test_return, 1); in cmov_sigill_test_handler()
H A Dsetjmp_64.S5 # setjmp/longjmp for the x86-64 architecture
H A Dsetjmp_32.S5 # setjmp/longjmp for the i386 architecture
/openbmc/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()
/openbmc/linux/tools/testing/selftests/powerpc/dexcr/
H A Ddexcr.c17 longjmp(generic_signal_jump_buf, 0); in generic_signal_handler()
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A Dsiglongjmp.patch19 - longjmp(timebuf, sig);
/openbmc/u-boot/examples/standalone/
H A Dsched.c46 #define longjmp ppc_longjmp macro
196 longjmp(lthreads[new].context, 1); \ in thread_yield()

12