Home
last modified time | relevance | path

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

/linux-2.6.39/arch/um/include/asm/
Dprocessor-generic.h32 jmp_buf *fault_catcher;
35 jmp_buf *exec_buf;
37 jmp_buf switch_buf;
/linux-2.6.39/arch/um/include/shared/
Dlongjmp.h7 extern int setjmp(jmp_buf);
8 extern void longjmp(jmp_buf, int);
Dos.h189 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);
Dregisters.h20 extern unsigned long get_thread_reg(int reg, jmp_buf *buf);
Dum_uaccess.h36 void **fault_addr, jmp_buf **fault_catcher);
/linux-2.6.39/arch/um/os-Linux/
Duaccess.c11 void **fault_addr, jmp_buf **fault_catcher, in __do_user_copy()
17 jmp_buf jbuf; in __do_user_copy()
Dprocess.c258 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/
Dprocess.c618 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/
Darchsetjmp.h17 typedef struct __jmp_buf jmp_buf[1]; typedef
/linux-2.6.39/arch/um/sys-x86_64/shared/sysdep/
Darchsetjmp.h19 typedef struct __jmp_buf jmp_buf[1]; typedef
/linux-2.6.39/arch/um/kernel/
Duaccess.c22 void **fault_addr, jmp_buf **fault_catcher) in __do_copy_to_user()
Dtrap.c160 jmp_buf *catcher; in segv()
/linux-2.6.39/arch/um/os-Linux/sys-x86_64/
Dregisters.c28 unsigned long get_thread_reg(int reg, jmp_buf *buf) in get_thread_reg()
/linux-2.6.39/arch/um/sys-i386/
Dbugs.c16 static jmp_buf cmov_test_return;
Dsetjmp.S8 # The jmp_buf is assumed to contain the following, in order:
/linux-2.6.39/arch/um/os-Linux/sys-i386/
Dregisters.c43 unsigned long get_thread_reg(int reg, jmp_buf *buf) in get_thread_reg()
Dtask_size.c8 static jmp_buf buf;
/linux-2.6.39/arch/um/sys-x86_64/
Dsetjmp.S8 # The jmp_buf is assumed to contain the following, in order:
/linux-2.6.39/arch/um/kernel/skas/
Duaccess.c61 jmp_buf buf; in do_op_one_page()
/linux-2.6.39/scripts/
Drecordmcount.c40 static jmp_buf jmpenv; /* setjmp/longjmp per-file error escape */