Searched refs:jmp_buf (Results 1 – 20 of 20) sorted by relevance
/linux-2.6.39/arch/um/include/asm/ |
D | processor-generic.h | 32 jmp_buf *fault_catcher; 35 jmp_buf *exec_buf; 37 jmp_buf switch_buf;
|
/linux-2.6.39/arch/um/include/shared/ |
D | longjmp.h | 7 extern int setjmp(jmp_buf); 8 extern void longjmp(jmp_buf, int);
|
D | os.h | 189 extern int run_kernel_thread(int (*fn)(void *), void *arg, jmp_buf **jmp_ptr); 202 void **fault_addr, jmp_buf **fault_catcher, 272 extern void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)); 273 extern void switch_threads(jmp_buf *me, jmp_buf *you); 274 extern int start_idle_thread(void *stack, jmp_buf *switch_buf);
|
D | registers.h | 20 extern unsigned long get_thread_reg(int reg, jmp_buf *buf);
|
D | um_uaccess.h | 36 void **fault_addr, jmp_buf **fault_catcher);
|
/linux-2.6.39/arch/um/os-Linux/ |
D | uaccess.c | 11 void **fault_addr, jmp_buf **fault_catcher, in __do_user_copy() 17 jmp_buf jbuf; in __do_user_copy()
|
D | process.c | 258 int run_kernel_thread(int (*fn)(void *), void *arg, jmp_buf **jmp_ptr) in run_kernel_thread() 260 jmp_buf buf; in run_kernel_thread()
|
/linux-2.6.39/arch/um/os-Linux/skas/ |
D | process.c | 618 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)) in new_thread() 630 void switch_threads(jmp_buf *me, jmp_buf *you) in switch_threads() 636 static jmp_buf initial_jmpbuf; 641 static jmp_buf *cb_back; 643 int start_idle_thread(void *stack, jmp_buf *switch_buf) in start_idle_thread() 685 jmp_buf here; in initial_thread_cb_skas()
|
/linux-2.6.39/arch/um/sys-i386/shared/sysdep/ |
D | archsetjmp.h | 17 typedef struct __jmp_buf jmp_buf[1]; typedef
|
/linux-2.6.39/arch/um/sys-x86_64/shared/sysdep/ |
D | archsetjmp.h | 19 typedef struct __jmp_buf jmp_buf[1]; typedef
|
/linux-2.6.39/arch/um/kernel/ |
D | uaccess.c | 22 void **fault_addr, jmp_buf **fault_catcher) in __do_copy_to_user()
|
D | trap.c | 160 jmp_buf *catcher; in segv()
|
/linux-2.6.39/arch/um/os-Linux/sys-x86_64/ |
D | registers.c | 28 unsigned long get_thread_reg(int reg, jmp_buf *buf) in get_thread_reg()
|
/linux-2.6.39/arch/um/sys-i386/ |
D | bugs.c | 16 static jmp_buf cmov_test_return;
|
D | setjmp.S | 8 # The jmp_buf is assumed to contain the following, in order:
|
/linux-2.6.39/arch/um/os-Linux/sys-i386/ |
D | registers.c | 43 unsigned long get_thread_reg(int reg, jmp_buf *buf) in get_thread_reg()
|
D | task_size.c | 8 static jmp_buf buf;
|
/linux-2.6.39/arch/um/sys-x86_64/ |
D | setjmp.S | 8 # The jmp_buf is assumed to contain the following, in order:
|
/linux-2.6.39/arch/um/kernel/skas/ |
D | uaccess.c | 61 jmp_buf buf; in do_op_one_page()
|
/linux-2.6.39/scripts/ |
D | recordmcount.c | 40 static jmp_buf jmpenv; /* setjmp/longjmp per-file error escape */
|