Home
last modified time | relevance | path

Searched refs:jmp_buf (Results 1 – 25 of 46) sorted by relevance

12

/openbmc/u-boot/arch/sandbox/include/asm/
H A Dsetjmp.h25 typedef struct jmp_buf_data jmp_buf[1]; typedef
32 int setjmp(jmp_buf jmp);
33 __noreturn void longjmp(jmp_buf jmp, int ret);
/openbmc/u-boot/arch/riscv/include/asm/
H A Dsetjmp.h20 typedef struct jmp_buf_data jmp_buf[1]; typedef
22 int setjmp(jmp_buf jmp);
23 void longjmp(jmp_buf jmp, int ret);
/openbmc/linux/arch/powerpc/include/asm/
H A Dsetjmp.h10 typedef long jmp_buf[JMP_BUF_LEN]; typedef
12 extern int setjmp(jmp_buf env) __attribute__((returns_twice));
13 extern void longjmp(jmp_buf env, int val) __attribute__((noreturn));
/openbmc/u-boot/arch/arm/include/asm/
H A Dsetjmp.h22 typedef struct jmp_buf_data jmp_buf[1]; typedef
24 int setjmp(jmp_buf jmp);
25 void longjmp(jmp_buf jmp, int ret);
/openbmc/u-boot/arch/x86/include/asm/
H A Dsetjmp.h37 int setjmp(struct jmp_buf_data *jmp_buf);
38 void longjmp(struct jmp_buf_data *jmp_buf, int val);
/openbmc/linux/arch/um/include/shared/
H A Dlongjmp.h9 extern int setjmp(jmp_buf);
10 extern void longjmp(jmp_buf, int);
H A Dos.h290 extern void new_thread(void *stack, jmp_buf *buf, void (*handler)(void));
291 extern void switch_threads(jmp_buf *me, jmp_buf *you);
292 extern int start_idle_thread(void *stack, jmp_buf *switch_buf);
/openbmc/linux/arch/um/include/asm/
H A Dprocessor-generic.h27 jmp_buf *fault_catcher;
30 jmp_buf switch_buf;
/openbmc/linux/arch/um/os-Linux/skas/
H A Dprocess.c615 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)) in new_thread()
627 void switch_threads(jmp_buf *me, jmp_buf *you) in switch_threads()
633 static jmp_buf initial_jmpbuf;
638 static jmp_buf *cb_back;
640 int start_idle_thread(void *stack, jmp_buf *switch_buf) in start_idle_thread()
686 jmp_buf here; in initial_thread_cb_skas()
/openbmc/qemu/include/sysemu/
H A Dos-win32.h69 int __mingw_setjmp(jmp_buf);
70 void __attribute__((noreturn)) __mingw_longjmp(jmp_buf, int);
88 #define sigjmp_buf jmp_buf
/openbmc/linux/arch/x86/um/shared/sysdep/
H A Darchsetjmp.h11 unsigned long get_thread_reg(int reg, jmp_buf *buf);
H A Darchsetjmp_32.h18 typedef struct __jmp_buf jmp_buf[1]; typedef
H A Darchsetjmp_64.h20 typedef struct __jmp_buf jmp_buf[1]; typedef
/openbmc/u-boot/arch/arm/mach-rockchip/
H A Dbootrom.c17 static jmp_buf brom_ctx __section(".data");
/openbmc/qemu/tests/tcg/hexagon/
H A Dunaligned_pc.c8 static jmp_buf after_test;
H A Dhex_sigsegv.c48 jmp_buf jmp_env;
H A Dmem_noshuf_exception.c57 jmp_buf jmp_env;
H A Doverflow.c81 jmp_buf jmp_env;
/openbmc/linux/arch/x86/um/
H A Dbugs_32.c14 static jmp_buf cmov_test_return;
H A Dsetjmp_64.S9 # The jmp_buf is assumed to contain the following, in order:
H A Dsetjmp_32.S9 # The jmp_buf is assumed to contain the following, in order:
/openbmc/linux/tools/testing/selftests/powerpc/dexcr/
H A Ddexcr.c13 static jmp_buf generic_signal_jump_buf;
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A Dsiglongjmp.patch10 -static jmp_buf timebuf;
/openbmc/qemu/tests/tcg/s390x/
H A Dmvc.c9 jmp_buf jmp_env;
/openbmc/linux/tools/testing/selftests/powerpc/mm/
H A Dbad_accesses.c30 static jmp_buf setjmp_env;

12