Home
last modified time | relevance | path

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

12

/linux/arch/powerpc/include/asm/
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));
/linux/arch/um/include/shared/
A Dlongjmp.h9 extern int setjmp(jmp_buf);
10 extern void longjmp(jmp_buf, int);
A Dos.h293 extern void new_thread(void *stack, jmp_buf *buf, void (*handler)(void));
294 extern void switch_threads(jmp_buf *me, jmp_buf *you);
295 extern int start_idle_thread(void *stack, jmp_buf *switch_buf);
/linux/arch/um/os-Linux/skas/
A Dprocess.c476 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)) in new_thread()
488 void switch_threads(jmp_buf *me, jmp_buf *you) in switch_threads()
494 static jmp_buf initial_jmpbuf;
499 static jmp_buf *cb_back;
501 int start_idle_thread(void *stack, jmp_buf *switch_buf) in start_idle_thread()
547 jmp_buf here; in initial_thread_cb_skas()
/linux/arch/um/include/asm/
A Dprocessor-generic.h26 jmp_buf *fault_catcher;
29 jmp_buf switch_buf;
/linux/arch/x86/um/shared/sysdep/
A Darchsetjmp.h11 unsigned long get_thread_reg(int reg, jmp_buf *buf);
A Darchsetjmp_32.h18 typedef struct __jmp_buf jmp_buf[1]; typedef
A Darchsetjmp_64.h20 typedef struct __jmp_buf jmp_buf[1]; typedef
/linux/arch/x86/um/
A Dbugs_32.c15 static jmp_buf cmov_test_return;
A Dsetjmp_64.S9 # The jmp_buf is assumed to contain the following, in order:
A Dsetjmp_32.S9 # The jmp_buf is assumed to contain the following, in order:
/linux/tools/testing/selftests/powerpc/mm/
A Dbad_accesses.c30 static jmp_buf setjmp_env;
A Dwild_bctr.c24 static jmp_buf setjmp_env;
/linux/arch/x86/um/os-Linux/
A Dtask_size.c10 static jmp_buf buf;
A Dregisters.c146 unsigned long get_thread_reg(int reg, jmp_buf *buf) in get_thread_reg()
/linux/tools/testing/selftests/powerpc/dexcr/
A Ddexcr.c14 static jmp_buf generic_signal_jump_buf;
A Dhashchk_test.c36 static jmp_buf hashchk_detected_buf;
/linux/tools/testing/selftests/x86/
A Dsigaltstack.c65 static jmp_buf jmpbuf;
A Dioperm.c48 static jmp_buf jmpbuf;
A Dsysret_rip.c103 static jmp_buf jmpbuf;
A Diopl.c48 static jmp_buf jmpbuf;
A Dtest_vsyscall.c310 static jmp_buf jmpbuf;
A Dfsgsbase.c80 static jmp_buf jmpbuf;
/linux/arch/um/kernel/
A Dtrap.c204 jmp_buf *catcher; in segv()
/linux/tools/testing/selftests/powerpc/pmu/ebb/
A Debb.c408 static jmp_buf setjmp_env;

Completed in 39 milliseconds

12