Searched refs:jmp_buf (Results 1 – 24 of 24) sorted by relevance
/linux/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));
|
/linux/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 | 295 extern void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)); 296 extern void switch_threads(jmp_buf *me, jmp_buf *you); 297 extern int start_idle_thread(void *stack, jmp_buf *switch_buf);
|
A D | registers.h | 22 extern unsigned long get_thread_reg(int reg, jmp_buf *buf);
|
/linux/arch/um/os-Linux/skas/ |
A D | process.c | 617 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)) in new_thread() 629 void switch_threads(jmp_buf *me, jmp_buf *you) in switch_threads() 635 static jmp_buf initial_jmpbuf; 640 static jmp_buf *cb_back; 642 int start_idle_thread(void *stack, jmp_buf *switch_buf) in start_idle_thread() 688 jmp_buf here; in initial_thread_cb_skas()
|
/linux/arch/um/include/asm/ |
A D | processor-generic.h | 28 jmp_buf *fault_catcher; 31 jmp_buf switch_buf;
|
/linux/arch/x86/um/shared/sysdep/ |
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
|
/linux/arch/x86/um/ |
A D | bugs_32.c | 14 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:
|
/linux/tools/testing/selftests/powerpc/mm/ |
A D | bad_accesses.c | 30 static jmp_buf setjmp_env;
|
A D | wild_bctr.c | 24 static jmp_buf setjmp_env;
|
/linux/arch/x86/um/os-Linux/ |
A D | task_size.c | 10 static jmp_buf buf;
|
A D | registers.c | 145 unsigned long get_thread_reg(int reg, jmp_buf *buf) in get_thread_reg()
|
/linux/tools/testing/selftests/x86/ |
A D | sigaltstack.c | 65 static jmp_buf jmpbuf;
|
A D | ioperm.c | 48 static jmp_buf jmpbuf;
|
A D | sysret_rip.c | 111 static jmp_buf jmpbuf;
|
A D | iopl.c | 48 static jmp_buf jmpbuf;
|
A D | test_vsyscall.c | 182 static jmp_buf jmpbuf;
|
A D | fsgsbase.c | 80 static jmp_buf jmpbuf;
|
A D | ldt_gdt.c | 523 static jmp_buf jmpbuf;
|
/linux/arch/um/kernel/ |
A D | trap.c | 202 jmp_buf *catcher; in segv()
|
/linux/tools/testing/selftests/powerpc/pmu/ebb/ |
A D | ebb.c | 408 static jmp_buf setjmp_env;
|
Completed in 39 milliseconds