| /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));
|
| /linux/arch/um/include/shared/ |
| H A D | longjmp.h | 8 extern int setjmp(jmp_buf); 9 extern void longjmp(jmp_buf, int);
|
| H A D | os.h | 296 extern void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)); 297 extern void switch_threads(jmp_buf *me, jmp_buf *you); 298 extern int start_idle_thread(void *stack, jmp_buf *switch_buf); 350 void os_start_secondary(void *arg, jmp_buf *switch_buf);
|
| /linux/arch/um/os-Linux/skas/ |
| H A D | process.c | 793 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)) in new_thread() 805 void switch_threads(jmp_buf *me, jmp_buf *you) in switch_threads() 813 static jmp_buf initial_jmpbuf; 817 static __thread jmp_buf *cb_back; 819 int start_idle_thread(void *stack, jmp_buf *switch_buf) in start_idle_thread() 865 jmp_buf here; in initial_thread_cb_skas()
|
| /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
|
| /linux/arch/x86/um/ |
| H A D | bugs_32.c | 15 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:
|
| /linux/arch/um/include/asm/ |
| H A D | processor-generic.h | 26 jmp_buf switch_buf;
|
| /linux/tools/testing/selftests/x86/ |
| H A D | sigaltstack.c | 43 static jmp_buf jmpbuf;
|
| H A D | ioperm.c | 27 static jmp_buf jmpbuf;
|
| H A D | sysret_rip.c | 81 static jmp_buf jmpbuf;
|
| H A D | iopl.c | 27 static jmp_buf jmpbuf;
|
| H A D | test_vsyscall.c | 310 static jmp_buf jmpbuf;
|
| /linux/arch/x86/um/os-Linux/ |
| H A D | registers.c | 86 unsigned long get_thread_reg(int reg, jmp_buf *buf) in get_thread_reg()
|
| /linux/tools/testing/selftests/powerpc/mm/ |
| H A D | bad_accesses.c | 30 static jmp_buf setjmp_env;
|
| H A D | wild_bctr.c | 24 static jmp_buf setjmp_env;
|
| /linux/tools/testing/selftests/powerpc/dexcr/ |
| H A D | dexcr.c | 14 static jmp_buf generic_signal_jump_buf;
|
| H A D | hashchk_test.c | 36 static jmp_buf hashchk_detected_buf;
|
| /linux/arch/um/os-Linux/ |
| H A D | smp.c | 74 void os_start_secondary(void *arg, jmp_buf *switch_buf) in os_start_secondary()
|
| /linux/tools/perf/tests/ |
| H A D | builtin-test.c | 306 static jmp_buf run_test_jmp_buf; 557 static jmp_buf cmd_test_jmp_buf;
|
| /linux/tools/testing/selftests/mm/ |
| H A D | memory-failure.c | 38 static jmp_buf signal_jmp_buf;
|
| /linux/tools/testing/selftests/powerpc/pmu/ebb/ |
| H A D | ebb.c | 408 static jmp_buf setjmp_env;
|