/openbmc/u-boot/arch/sandbox/include/asm/ |
H A D | setjmp.h | 25 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 D | setjmp.h | 20 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 D | setjmp.h | 10 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 D | setjmp.h | 22 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 D | setjmp.h | 37 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 D | longjmp.h | 9 extern int setjmp(jmp_buf); 10 extern void longjmp(jmp_buf, int);
|
H A D | os.h | 290 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 D | processor-generic.h | 27 jmp_buf *fault_catcher; 30 jmp_buf switch_buf;
|
/openbmc/linux/arch/um/os-Linux/skas/ |
H A D | process.c | 615 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 D | os-win32.h | 69 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 D | archsetjmp.h | 11 unsigned long get_thread_reg(int reg, jmp_buf *buf);
|
H A D | archsetjmp_32.h | 18 typedef struct __jmp_buf jmp_buf[1]; typedef
|
H A D | archsetjmp_64.h | 20 typedef struct __jmp_buf jmp_buf[1]; typedef
|
/openbmc/u-boot/arch/arm/mach-rockchip/ |
H A D | bootrom.c | 17 static jmp_buf brom_ctx __section(".data");
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | unaligned_pc.c | 8 static jmp_buf after_test;
|
H A D | hex_sigsegv.c | 48 jmp_buf jmp_env;
|
H A D | mem_noshuf_exception.c | 57 jmp_buf jmp_env;
|
H A D | overflow.c | 81 jmp_buf jmp_env;
|
/openbmc/linux/arch/x86/um/ |
H A D | bugs_32.c | 14 static jmp_buf cmov_test_return;
|
H A D | setjmp_64.S | 9 # The jmp_buf is assumed to contain the following, in order:
|
H A D | setjmp_32.S | 9 # The jmp_buf is assumed to contain the following, in order:
|
/openbmc/linux/tools/testing/selftests/powerpc/dexcr/ |
H A D | dexcr.c | 13 static jmp_buf generic_signal_jump_buf;
|
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
H A D | siglongjmp.patch | 10 -static jmp_buf timebuf;
|
/openbmc/qemu/tests/tcg/s390x/ |
H A D | mvc.c | 9 jmp_buf jmp_env;
|
/openbmc/linux/tools/testing/selftests/powerpc/mm/ |
H A D | bad_accesses.c | 30 static jmp_buf setjmp_env;
|