Searched refs:jmp_buf (Results 1 – 12 of 12) sorted by relevance
| /arch/powerpc/include/asm/ |
| A D | setjmp.h | 10 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 D | longjmp.h | 9 extern int setjmp(jmp_buf); 10 extern void longjmp(jmp_buf, int);
|
| A D | os.h | 291 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 D | archsetjmp.h | 11 unsigned long get_thread_reg(int reg, jmp_buf *buf);
|
| A D | archsetjmp_32.h | 18 typedef struct __jmp_buf jmp_buf[1]; typedef
|
| A D | archsetjmp_64.h | 20 typedef struct __jmp_buf jmp_buf[1]; typedef
|
| /arch/um/os-Linux/skas/ |
| A D | process.c | 790 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 D | bugs_32.c | 15 static jmp_buf cmov_test_return;
|
| A D | setjmp_64.S | 9 # The jmp_buf is assumed to contain the following, in order:
|
| A D | setjmp_32.S | 9 # The jmp_buf is assumed to contain the following, in order:
|
| /arch/um/include/asm/ |
| A D | processor-generic.h | 26 jmp_buf switch_buf;
|
| /arch/x86/um/os-Linux/ |
| A D | registers.c | 86 unsigned long get_thread_reg(int reg, jmp_buf *buf) in get_thread_reg()
|
Completed in 14 milliseconds