Home
last modified time | relevance | path

Searched refs:setjmp (Results 1 – 25 of 60) sorted by relevance

123

/openbmc/u-boot/arch/x86/cpu/i386/
H A Dsetjmp.S22 .globl setjmp
23 .type setjmp, @function
24 setjmp: label
42 .size setjmp, .-setjmp
H A DMakefile9 obj-y += setjmp.o
/openbmc/u-boot/arch/arm/lib/
H A Dsetjmp.S10 .pushsection .text.setjmp, "ax"
11 ENTRY(setjmp)
21 ENDPROC(setjmp)
H A Dsetjmp_aarch64.S10 .pushsection .text.setjmp, "ax"
11 ENTRY(setjmp)
23 ENDPROC(setjmp)
/openbmc/qemu/include/sysemu/
H A Dos-win32.h62 #undef setjmp
71 #define setjmp(env) __mingw_setjmp(env) macro
80 # undef setjmp
81 # define setjmp(env) _setjmp(env, NULL)
89 #define sigsetjmp(env, savemask) setjmp(env)
/openbmc/u-boot/arch/riscv/lib/
H A Dsetjmp.S17 .pushsection .text.setjmp, "ax"
18 ENTRY(setjmp)
36 ENDPROC(setjmp)
/openbmc/linux/arch/x86/um/os-Linux/
H A Dtask_size.c32 if (setjmp(buf) == 0) in page_ok()
49 if (setjmp(buf) == 0) { in page_ok()
57 if (setjmp(buf) == 0) { in page_ok()
/openbmc/linux/arch/um/include/shared/
H A Dlongjmp.h9 extern int setjmp(jmp_buf);
19 n = setjmp(*buf); \
/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386.c1771 if (setjmp(jmp_env) == 0) { in test_exceptions()
1779 if (setjmp(jmp_env) == 0) { in test_exceptions()
1789 if (setjmp(jmp_env) == 0) { in test_exceptions()
1793 if (setjmp(jmp_env) == 0) { in test_exceptions()
1822 if (setjmp(jmp_env) == 0) { in test_exceptions()
1832 if (setjmp(jmp_env) == 0) { in test_exceptions()
1840 if (setjmp(jmp_env) == 0) { in test_exceptions()
1845 if (setjmp(jmp_env) == 0) { in test_exceptions()
1851 if (setjmp(jmp_env) == 0) { in test_exceptions()
1854 if (setjmp(jmp_env) == 0) { in test_exceptions()
[all …]
/openbmc/u-boot/arch/x86/cpu/x86_64/
H A Dsetjmp.S13 ENTRY(setjmp)
27 ENDPROC(setjmp)
H A DMakefile6 obj-y += cpu.o interrupts.o setjmp.o
/openbmc/linux/tools/testing/selftests/powerpc/dexcr/
H A Ddexcr.c26 if (setjmp(generic_signal_jump_buf)) in dexcr_exists()
56 if (setjmp(generic_signal_jump_buf)) in hashchk_triggers()
/openbmc/linux/arch/x86/um/
H A Dsetjmp_64.S3 # arch/x86_64/setjmp.S
5 # setjmp/longjmp for the x86-64 architecture
H A Dsetjmp_32.S3 # arch/i386/setjmp.S
5 # setjmp/longjmp for the i386 architecture
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/libpfm/libpfm4/
H A D0001-Include-poll.h-instead-of-sys-poll.h.patch25 #include <setjmp.h>
37 #include <setjmp.h>
64 #include <setjmp.h>
/openbmc/linux/arch/powerpc/xmon/
H A Dxmon.c539 if (setjmp(recurse_jmp) != 0) { in xmon_core()
674 if (setjmp(recurse_jmp) == 0) { in xmon_core()
1016 if (setjmp(bus_error_jmp) == 0) { in show_uptime()
1709 if (setjmp(bus_error_jmp) == 0) { in get_function_bounds()
1953 if (setjmp(bus_error_jmp) == 0) { in cacheflush()
1980 if (setjmp(bus_error_jmp) == 0) { in read_spr()
2003 if (setjmp(bus_error_jmp) == 0) { in write_spr()
2228 if (setjmp(bus_error_jmp) == 0) { in mread()
2271 if (setjmp(bus_error_jmp) == 0) { in mwrite()
2309 if (setjmp(bus_error_jmp) == 0) { in mread_instr()
[all …]
/openbmc/u-boot/examples/standalone/
H A Dsched.c45 #define setjmp ppc_setjmp macro
192 if(setjmp(lthreads[current_tid].context) == 0) { \ in thread_yield()
275 if (setjmp (lthreads[current_tid].context) == 0) { in thread_start()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fftw/fftw/
H A D0001-NEON-autodetection-segfaults-assume-neon-present.patch29 - # include <setjmp.h>
43 - if (setjmp(jb)) {
/openbmc/u-boot/arch/sandbox/include/asm/
H A Dsetjmp.h32 int setjmp(jmp_buf jmp);
/openbmc/u-boot/arch/riscv/include/asm/
H A Dsetjmp.h22 int setjmp(jmp_buf jmp);
/openbmc/linux/arch/powerpc/include/asm/
H A Dsetjmp.h12 extern int setjmp(jmp_buf env) __attribute__((returns_twice));
/openbmc/u-boot/arch/arm/include/asm/
H A Dsetjmp.h24 int setjmp(jmp_buf jmp);
/openbmc/u-boot/arch/arm/cpu/armv8/
H A Dexception_level.c47 if (setjmp(&non_secure_jmp)) in switch_to_non_secure_mode()
/openbmc/u-boot/arch/arm/cpu/armv7/
H A Dexception_level.c47 if (setjmp(&non_secure_jmp)) in switch_to_non_secure_mode()
/openbmc/u-boot/arch/x86/include/asm/
H A Dsetjmp.h37 int setjmp(struct jmp_buf_data *jmp_buf);

123