Home
last modified time | relevance | path

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

12

/linux-6.15/arch/powerpc/include/asm/
H 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));
/linux-6.15/arch/um/include/shared/
H A Dlongjmp.h9 extern int setjmp(jmp_buf);
10 extern void longjmp(jmp_buf, int);
H 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);
/linux-6.15/arch/um/os-Linux/skas/
H A Dprocess.c564 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)) in new_thread()
576 void switch_threads(jmp_buf *me, jmp_buf *you) in switch_threads()
584 static jmp_buf initial_jmpbuf;
589 static jmp_buf *cb_back;
591 int start_idle_thread(void *stack, jmp_buf *switch_buf) in start_idle_thread()
637 jmp_buf here; in initial_thread_cb_skas()
/linux-6.15/arch/x86/um/shared/sysdep/
H A Darchsetjmp.h11 unsigned long get_thread_reg(int reg, jmp_buf *buf);
H A Darchsetjmp_32.h18 typedef struct __jmp_buf jmp_buf[1]; typedef
H A Darchsetjmp_64.h20 typedef struct __jmp_buf jmp_buf[1]; typedef
/linux-6.15/arch/x86/um/
H A Dbugs_32.c15 static jmp_buf cmov_test_return;
H A Dsetjmp_64.S9 # The jmp_buf is assumed to contain the following, in order:
H A Dsetjmp_32.S9 # The jmp_buf is assumed to contain the following, in order:
/linux-6.15/arch/um/include/asm/
H A Dprocessor-generic.h26 jmp_buf switch_buf;
/linux-6.15/tools/testing/selftests/x86/
H A Dsigaltstack.c43 static jmp_buf jmpbuf;
H A Dioperm.c27 static jmp_buf jmpbuf;
H A Diopl.c27 static jmp_buf jmpbuf;
H A Dsysret_rip.c83 static jmp_buf jmpbuf;
H A Dtest_vsyscall.c310 static jmp_buf jmpbuf;
H A Dfsgsbase.c60 static jmp_buf jmpbuf;
H A Dldt_gdt.c511 static jmp_buf jmpbuf;
/linux-6.15/arch/x86/um/os-Linux/
H A Dregisters.c86 unsigned long get_thread_reg(int reg, jmp_buf *buf) in get_thread_reg()
/linux-6.15/tools/testing/selftests/powerpc/mm/
H A Dbad_accesses.c30 static jmp_buf setjmp_env;
H A Dwild_bctr.c24 static jmp_buf setjmp_env;
/linux-6.15/tools/testing/selftests/powerpc/dexcr/
H A Ddexcr.c14 static jmp_buf generic_signal_jump_buf;
H A Dhashchk_test.c36 static jmp_buf hashchk_detected_buf;
/linux-6.15/tools/perf/tests/
H A Dbuiltin-test.c229 static jmp_buf run_test_jmp_buf;
467 static jmp_buf cmd_test_jmp_buf;
/linux-6.15/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb.c408 static jmp_buf setjmp_env;

12