Home
last modified time | relevance | path

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

/arch/um/include/shared/
Dlongjmp.h7 extern int setjmp(jmp_buf);
8 extern void longjmp(jmp_buf, int);
Dregisters.h20 extern unsigned long get_thread_reg(int reg, jmp_buf *buf);
Dos.h278 extern void new_thread(void *stack, jmp_buf *buf, void (*handler)(void));
279 extern void switch_threads(jmp_buf *me, jmp_buf *you);
280 extern int start_idle_thread(void *stack, jmp_buf *switch_buf);
/arch/um/include/asm/
Dprocessor-generic.h26 jmp_buf *fault_catcher;
29 jmp_buf switch_buf;
/arch/um/os-Linux/skas/
Dprocess.c526 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)) in new_thread()
538 void switch_threads(jmp_buf *me, jmp_buf *you) in switch_threads()
544 static jmp_buf initial_jmpbuf;
549 static jmp_buf *cb_back;
551 int start_idle_thread(void *stack, jmp_buf *switch_buf) in start_idle_thread()
597 jmp_buf here; in initial_thread_cb_skas()
/arch/x86/um/shared/sysdep/
Darchsetjmp_32.h17 typedef struct __jmp_buf jmp_buf[1]; typedef
Darchsetjmp_64.h19 typedef struct __jmp_buf jmp_buf[1]; typedef
/arch/x86/um/
Dbugs_32.c14 static jmp_buf cmov_test_return;
Dsetjmp_64.S8 # The jmp_buf is assumed to contain the following, in order:
Dsetjmp_32.S8 # The jmp_buf is assumed to contain the following, in order:
/arch/x86/um/os-Linux/
Dregisters.c90 unsigned long get_thread_reg(int reg, jmp_buf *buf) in get_thread_reg()
Dtask_size.c9 static jmp_buf buf;
/arch/um/kernel/skas/
Duaccess.c62 jmp_buf buf; in do_op_one_page()
/arch/um/kernel/
Dtrap.c207 jmp_buf *catcher; in segv()