Home
last modified time | relevance | path

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

/Linux-v4.19/arch/um/include/shared/
Dlongjmp.h8 extern int setjmp(jmp_buf);
9 extern void longjmp(jmp_buf, int);
Dos.h284 extern void new_thread(void *stack, jmp_buf *buf, void (*handler)(void));
285 extern void switch_threads(jmp_buf *me, jmp_buf *you);
286 extern int start_idle_thread(void *stack, jmp_buf *switch_buf);
Dregisters.h22 extern unsigned long get_thread_reg(int reg, jmp_buf *buf);
/Linux-v4.19/arch/um/os-Linux/skas/
Dprocess.c551 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)) in new_thread()
563 void switch_threads(jmp_buf *me, jmp_buf *you) in switch_threads()
569 static jmp_buf initial_jmpbuf;
574 static jmp_buf *cb_back;
576 int start_idle_thread(void *stack, jmp_buf *switch_buf) in start_idle_thread()
617 jmp_buf here; in initial_thread_cb_skas()
/Linux-v4.19/arch/um/include/asm/
Dprocessor-generic.h26 jmp_buf *fault_catcher;
29 jmp_buf switch_buf;
/Linux-v4.19/arch/x86/um/shared/sysdep/
Darchsetjmp_32.h18 typedef struct __jmp_buf jmp_buf[1]; typedef
Darchsetjmp_64.h20 typedef struct __jmp_buf jmp_buf[1]; typedef
/Linux-v4.19/arch/x86/um/
Dbugs_32.c14 static jmp_buf cmov_test_return;
Dsetjmp_64.S9 # The jmp_buf is assumed to contain the following, in order:
Dsetjmp_32.S9 # The jmp_buf is assumed to contain the following, in order:
/Linux-v4.19/tools/testing/selftests/x86/
Diopl.c38 static jmp_buf jmpbuf;
Dioperm.c48 static jmp_buf jmpbuf;
Dsysret_rip.c119 static jmp_buf jmpbuf;
Dtest_vsyscall.c185 static jmp_buf jmpbuf;
Dldt_gdt.c523 static jmp_buf jmpbuf;
/Linux-v4.19/arch/x86/um/os-Linux/
Dtask_size.c10 static jmp_buf buf;
Dregisters.c145 unsigned long get_thread_reg(int reg, jmp_buf *buf) in get_thread_reg()
/Linux-v4.19/arch/um/kernel/skas/
Duaccess.c62 jmp_buf buf; in do_op_one_page()
/Linux-v4.19/arch/um/kernel/
Dtrap.c213 jmp_buf *catcher; in segv()
/Linux-v4.19/scripts/
Dsortextable.c58 static jmp_buf jmpenv; /* setjmp/longjmp per-file error escape */
Drecordmcount.c46 static jmp_buf jmpenv; /* setjmp/longjmp per-file error escape */
/Linux-v4.19/tools/testing/selftests/powerpc/pmu/ebb/
Debb.c410 static jmp_buf setjmp_env;