Home
last modified time | relevance | path

Searched refs:jmp_buf (Results 1 - 25 of 52) sorted by relevance

123

/kernel/linux/linux-5.10/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));
/kernel/linux/linux-6.6/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));
/kernel/linux/linux-6.6/arch/um/include/asm/
H A Dprocessor-generic.h27 jmp_buf *fault_catcher;
30 jmp_buf switch_buf;
98 extern unsigned long get_thread_reg(int reg, jmp_buf *buf);
/kernel/linux/linux-5.10/arch/um/include/shared/
H A Dlongjmp.h8 extern int setjmp(jmp_buf);
9 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);
H A Dregisters.h22 extern unsigned long get_thread_reg(int reg, jmp_buf *buf);
/kernel/linux/linux-6.6/arch/um/include/shared/
H A Dlongjmp.h9 extern int setjmp(jmp_buf);
10 extern void longjmp(jmp_buf, int);
H A Dos.h290 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);
/kernel/linux/linux-5.10/arch/um/os-Linux/skas/
H A Dprocess.c555 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)) in new_thread()
567 void switch_threads(jmp_buf *me, jmp_buf *you) in switch_threads()
573 static jmp_buf initial_jmpbuf;
578 static jmp_buf *cb_back;
580 int start_idle_thread(void *stack, jmp_buf *switch_buf) in start_idle_thread()
626 jmp_buf here; in initial_thread_cb_skas()
/kernel/linux/linux-6.6/arch/um/os-Linux/skas/
H A Dprocess.c615 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)) in new_thread()
627 void switch_threads(jmp_buf *me, jmp_buf *you) in switch_threads()
633 static jmp_buf initial_jmpbuf;
638 static jmp_buf *cb_back;
640 int start_idle_thread(void *stack, jmp_buf *switch_buf) in start_idle_thread()
686 jmp_buf here; in initial_thread_cb_skas()
/kernel/linux/linux-5.10/arch/um/include/asm/
H A Dprocessor-generic.h26 jmp_buf *fault_catcher;
29 jmp_buf switch_buf;
/kernel/linux/linux-5.10/arch/x86/um/shared/sysdep/
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
/kernel/linux/linux-6.6/arch/x86/um/shared/sysdep/
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
/kernel/liteos_a/testsuites/unittest/libc/sys/full/
H A Dsys_test_001.cpp34 static jmp_buf g_buf;
H A Dsys_test_024.cpp33 static jmp_buf g_buf;
/kernel/linux/linux-5.10/arch/x86/um/
H A Dbugs_32.c14 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:
/kernel/linux/linux-6.6/arch/x86/um/
H A Dbugs_32.c14 static jmp_buf cmov_test_return;
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/dexcr/
H A Ddexcr.c13 static jmp_buf generic_signal_jump_buf;
/kernel/linux/linux-5.10/arch/x86/um/os-Linux/
H A Dtask_size.c10 static jmp_buf buf;
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/mm/
H A Dbad_accesses.c30 static jmp_buf setjmp_env;
/kernel/linux/linux-6.6/arch/x86/um/os-Linux/
H A Dtask_size.c10 static jmp_buf buf;

Completed in 7 milliseconds

123