Searched refs:jmp_buf (Results 1 - 18 of 18) sorted by relevance
/linux-4.1.27/arch/um/include/shared/ |
H A D | longjmp.h | 7 extern int setjmp(jmp_buf); 8 extern void longjmp(jmp_buf, int);
|
H A D | registers.h | 20 extern unsigned long get_thread_reg(int reg, jmp_buf *buf);
|
H A D | os.h | 270 extern void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)); 271 extern void switch_threads(jmp_buf *me, jmp_buf *you); 272 extern int start_idle_thread(void *stack, jmp_buf *switch_buf);
|
/linux-4.1.27/arch/x86/um/shared/sysdep/ |
H A D | archsetjmp_32.h | 17 typedef struct __jmp_buf jmp_buf[1]; typedef in typeref:struct:__jmp_buf
|
H A D | archsetjmp_64.h | 19 typedef struct __jmp_buf jmp_buf[1]; typedef in typeref:struct:__jmp_buf
|
/linux-4.1.27/arch/um/include/asm/ |
H A D | processor-generic.h | 26 jmp_buf *fault_catcher; 29 jmp_buf switch_buf;
|
/linux-4.1.27/arch/x86/um/ |
H A D | setjmp_32.S | 8 # The jmp_buf is assumed to contain the following, in order:
|
H A D | setjmp_64.S | 8 # The jmp_buf is assumed to contain the following, in order:
|
H A D | bugs_32.c | 14 static jmp_buf cmov_test_return;
|
/linux-4.1.27/arch/x86/um/os-Linux/ |
H A D | registers.c | 90 unsigned long get_thread_reg(int reg, jmp_buf *buf) get_thread_reg()
|
H A D | task_size.c | 9 static jmp_buf buf;
|
/linux-4.1.27/arch/um/os-Linux/skas/ |
H A D | process.c | 547 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)) new_thread() 559 void switch_threads(jmp_buf *me, jmp_buf *you) switch_threads() 565 static jmp_buf initial_jmpbuf; 570 static jmp_buf *cb_back; 572 int start_idle_thread(void *stack, jmp_buf *switch_buf) start_idle_thread() 613 jmp_buf here; initial_thread_cb_skas()
|
/linux-4.1.27/arch/um/kernel/skas/ |
H A D | uaccess.c | 62 jmp_buf buf; do_op_one_page()
|
/linux-4.1.27/arch/um/kernel/ |
H A D | process.c | 111 * This is called magically, by its address being stuffed in a jmp_buf
|
H A D | trap.c | 206 jmp_buf *catcher; segv()
|
/linux-4.1.27/scripts/ |
H A D | sortextable.c | 54 static jmp_buf jmpenv; /* setjmp/longjmp per-file error escape */
|
H A D | recordmcount.c | 54 static jmp_buf jmpenv; /* setjmp/longjmp per-file error escape */
|
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | ebb.c | 401 static jmp_buf setjmp_env;
|
Completed in 860 milliseconds