Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
A Dsetjmp.h10 typedef long jmp_buf[JMP_BUF_LEN]; typedef
12 extern int setjmp(jmp_buf env) __attribute__((returns_twice));
13 extern void longjmp(jmp_buf env, int val) __attribute__((noreturn));
/arch/um/include/shared/
A Dlongjmp.h9 extern int setjmp(jmp_buf);
10 extern void longjmp(jmp_buf, int);
A Dos.h291 extern void new_thread(void *stack, jmp_buf *buf, void (*handler)(void));
292 extern void switch_threads(jmp_buf *me, jmp_buf *you);
293 extern int start_idle_thread(void *stack, jmp_buf *switch_buf);
/arch/x86/um/shared/sysdep/
A Darchsetjmp.h11 unsigned long get_thread_reg(int reg, jmp_buf *buf);
A Darchsetjmp_32.h18 typedef struct __jmp_buf jmp_buf[1]; typedef
A Darchsetjmp_64.h20 typedef struct __jmp_buf jmp_buf[1]; typedef
/arch/um/os-Linux/skas/
A Dprocess.c790 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)) in new_thread()
802 void switch_threads(jmp_buf *me, jmp_buf *you) in switch_threads()
810 static jmp_buf initial_jmpbuf;
815 static jmp_buf *cb_back;
817 int start_idle_thread(void *stack, jmp_buf *switch_buf) in start_idle_thread()
863 jmp_buf here; in initial_thread_cb_skas()
/arch/x86/um/
A Dbugs_32.c15 static jmp_buf cmov_test_return;
A Dsetjmp_64.S9 # The jmp_buf is assumed to contain the following, in order:
A Dsetjmp_32.S9 # The jmp_buf is assumed to contain the following, in order:
/arch/um/include/asm/
A Dprocessor-generic.h26 jmp_buf switch_buf;
/arch/x86/um/os-Linux/
A Dregisters.c86 unsigned long get_thread_reg(int reg, jmp_buf *buf) in get_thread_reg()

Completed in 14 milliseconds