Searched refs:jmp_buf (Results 1 - 25 of 87) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/shared/
H A Dlongjmp.h7 extern int setjmp(jmp_buf);
8 extern void longjmp(jmp_buf, int);
H A Dregisters.h20 extern unsigned long get_thread_reg(int reg, jmp_buf *buf);
H A 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);
H A Dum_uaccess.h36 void **fault_addr, jmp_buf **fault_catcher);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-i386/shared/sysdep/
H A Darchsetjmp.h17 typedef struct __jmp_buf jmp_buf[1]; typedef in typeref:struct:__jmp_buf
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-x86_64/shared/sysdep/
H A Darchsetjmp.h19 typedef struct __jmp_buf jmp_buf[1]; typedef in typeref:struct:__jmp_buf
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/os-Linux/
H A Duaccess.c11 void **fault_addr, jmp_buf **fault_catcher,
17 jmp_buf jbuf;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dplural-eval.h34 # define sigjmp_buf jmp_buf
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/windll/
H A Dwindll.h27 extern jmp_buf dll_error_return;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Derror_msg_and_die.c14 jmp_buf die_jmp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/visupng/
H A Dcexcept.h198 jmp_buf *penv; \
213 jmp_buf *exception__prev, exception__env; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/kernel/
H A Duaccess.c22 void **fault_addr, jmp_buf **fault_catcher)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/asm/
H A Dprocessor-generic.h32 jmp_buf *fault_catcher;
35 jmp_buf *exec_buf;
37 jmp_buf switch_buf;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/os-Linux/sys-x86_64/
H A Dregisters.c28 unsigned long get_thread_reg(int reg, jmp_buf *buf)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-i386/
H A Dbugs.c16 static jmp_buf cmov_test_return;
H A Dsetjmp.S8 # The jmp_buf is assumed to contain the following, in order:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dcpu.cpp27 static jmp_buf s_jmpNoCPUID;
84 static jmp_buf s_jmpNoSSE2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/gregbook/
H A Dreadpng2.h93 jmp_buf jmpbuf;
H A Dwritepng.h114 jmp_buf jmpbuf;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dintrface.h129 GLOBAL_DECLARE jmp_buf dll_error_return;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/os-Linux/sys-i386/
H A Dregisters.c43 unsigned long get_thread_reg(int reg, jmp_buf *buf)
H A Dtask_size.c8 static jmp_buf buf;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/sys-x86_64/
H A Dsetjmp.S8 # The jmp_buf is assumed to contain the following, in order:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngerror.c198 jmp_buf jmpbuf;
199 png_memcpy(jmpbuf,png_ptr->jmpbuf,png_sizeof(jmp_buf));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/os-Linux/skas/
H A Dprocess.c618 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void))
630 void switch_threads(jmp_buf *me, jmp_buf *you)
636 static jmp_buf initial_jmpbuf;
640 static jmp_buf *cb_back;
642 int start_idle_thread(void *stack, jmp_buf *switch_buf)
684 jmp_buf here;

Completed in 212 milliseconds

1234