Searched refs:jmp_buf (Results 1 – 14 of 14) sorted by relevance
/arch/um/include/shared/ |
D | longjmp.h | 8 extern int setjmp(jmp_buf); 9 extern void longjmp(jmp_buf, int);
|
D | os.h | 284 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);
|
D | registers.h | 22 extern unsigned long get_thread_reg(int reg, jmp_buf *buf);
|
/arch/um/include/asm/ |
D | processor-generic.h | 26 jmp_buf *fault_catcher; 29 jmp_buf switch_buf;
|
/arch/um/os-Linux/skas/ |
D | process.c | 551 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() 622 jmp_buf here; in initial_thread_cb_skas()
|
/arch/x86/um/shared/sysdep/ |
D | archsetjmp_32.h | 18 typedef struct __jmp_buf jmp_buf[1]; typedef
|
D | archsetjmp_64.h | 20 typedef struct __jmp_buf jmp_buf[1]; typedef
|
/arch/x86/um/ |
D | bugs_32.c | 14 static jmp_buf cmov_test_return;
|
D | setjmp_64.S | 9 # The jmp_buf is assumed to contain the following, in order:
|
D | setjmp_32.S | 9 # The jmp_buf is assumed to contain the following, in order:
|
/arch/x86/um/os-Linux/ |
D | task_size.c | 10 static jmp_buf buf;
|
D | registers.c | 145 unsigned long get_thread_reg(int reg, jmp_buf *buf) in get_thread_reg()
|
/arch/um/kernel/skas/ |
D | uaccess.c | 62 jmp_buf buf; in do_op_one_page()
|
/arch/um/kernel/ |
D | trap.c | 218 jmp_buf *catcher; in segv()
|