Searched refs:jmp_buf (Results 1 – 24 of 24) sorted by relevance
/linux-6.1.9/arch/powerpc/include/asm/ |
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-6.1.9/arch/um/include/asm/ |
D | processor-generic.h | 27 jmp_buf *fault_catcher; 30 jmp_buf switch_buf; 98 extern unsigned long get_thread_reg(int reg, jmp_buf *buf);
|
/linux-6.1.9/arch/um/include/shared/ |
D | longjmp.h | 9 extern int setjmp(jmp_buf); 10 extern void longjmp(jmp_buf, int);
|
D | os.h | 290 extern void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)); 291 extern void switch_threads(jmp_buf *me, jmp_buf *you); 292 extern int start_idle_thread(void *stack, jmp_buf *switch_buf);
|
/linux-6.1.9/arch/um/os-Linux/skas/ |
D | process.c | 618 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)) in new_thread() 630 void switch_threads(jmp_buf *me, jmp_buf *you) in switch_threads() 636 static jmp_buf initial_jmpbuf; 641 static jmp_buf *cb_back; 643 int start_idle_thread(void *stack, jmp_buf *switch_buf) in start_idle_thread() 689 jmp_buf here; in initial_thread_cb_skas()
|
/linux-6.1.9/arch/x86/um/shared/sysdep/ |
D | archsetjmp_32.h | 18 typedef struct __jmp_buf jmp_buf[1]; typedef
|
D | archsetjmp_64.h | 20 typedef struct __jmp_buf jmp_buf[1]; typedef
|
/linux-6.1.9/arch/x86/um/ |
D | bugs_32.c | 14 static jmp_buf cmov_test_return;
|
D | setjmp_64.S | 9 # The jmp_buf is assumed to contain the following, in order:
|
D | setjmp_32.S | 9 # The jmp_buf is assumed to contain the following, in order:
|
/linux-6.1.9/tools/testing/selftests/powerpc/mm/ |
D | bad_accesses.c | 30 static jmp_buf setjmp_env;
|
D | wild_bctr.c | 24 static jmp_buf setjmp_env;
|
/linux-6.1.9/arch/x86/um/os-Linux/ |
D | task_size.c | 10 static jmp_buf buf;
|
D | registers.c | 146 unsigned long get_thread_reg(int reg, jmp_buf *buf) in get_thread_reg()
|
/linux-6.1.9/tools/testing/selftests/x86/ |
D | sigaltstack.c | 65 static jmp_buf jmpbuf;
|
D | ioperm.c | 48 static jmp_buf jmpbuf;
|
D | sysret_rip.c | 111 static jmp_buf jmpbuf;
|
D | iopl.c | 48 static jmp_buf jmpbuf;
|
D | test_vsyscall.c | 182 static jmp_buf jmpbuf;
|
D | fsgsbase.c | 80 static jmp_buf jmpbuf;
|
D | ldt_gdt.c | 523 static jmp_buf jmpbuf;
|
/linux-6.1.9/arch/um/kernel/ |
D | trap.c | 203 jmp_buf *catcher; in segv()
|
/linux-6.1.9/tools/testing/selftests/powerpc/pmu/ebb/ |
D | ebb.c | 408 static jmp_buf setjmp_env;
|
/linux-6.1.9/tools/testing/selftests/ |
D | kselftest_harness.h | 843 jmp_buf env; /* for exiting out of test early */
|