/openbmc/u-boot/arch/x86/cpu/i386/ |
H A D | setjmp.S | 22 .globl setjmp 23 .type setjmp, @function 24 setjmp: label 42 .size setjmp, .-setjmp
|
H A D | Makefile | 9 obj-y += setjmp.o
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | setjmp.S | 10 .pushsection .text.setjmp, "ax" 11 ENTRY(setjmp) 21 ENDPROC(setjmp)
|
H A D | setjmp_aarch64.S | 10 .pushsection .text.setjmp, "ax" 11 ENTRY(setjmp) 23 ENDPROC(setjmp)
|
/openbmc/qemu/include/sysemu/ |
H A D | os-win32.h | 62 #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 D | setjmp.S | 17 .pushsection .text.setjmp, "ax" 18 ENTRY(setjmp) 36 ENDPROC(setjmp)
|
/openbmc/linux/arch/x86/um/os-Linux/ |
H A D | task_size.c | 32 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 D | longjmp.h | 9 extern int setjmp(jmp_buf); 19 n = setjmp(*buf); \
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386.c | 1771 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 D | setjmp.S | 13 ENTRY(setjmp) 27 ENDPROC(setjmp)
|
H A D | Makefile | 6 obj-y += cpu.o interrupts.o setjmp.o
|
/openbmc/linux/tools/testing/selftests/powerpc/dexcr/ |
H A D | dexcr.c | 26 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 D | setjmp_64.S | 3 # arch/x86_64/setjmp.S 5 # setjmp/longjmp for the x86-64 architecture
|
H A D | setjmp_32.S | 3 # arch/i386/setjmp.S 5 # setjmp/longjmp for the i386 architecture
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/libpfm/libpfm4/ |
H A D | 0001-Include-poll.h-instead-of-sys-poll.h.patch | 25 #include <setjmp.h> 37 #include <setjmp.h> 64 #include <setjmp.h>
|
/openbmc/linux/arch/powerpc/xmon/ |
H A D | xmon.c | 539 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 D | sched.c | 45 #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 D | 0001-NEON-autodetection-segfaults-assume-neon-present.patch | 29 - # include <setjmp.h> 43 - if (setjmp(jb)) {
|
/openbmc/u-boot/arch/sandbox/include/asm/ |
H A D | setjmp.h | 32 int setjmp(jmp_buf jmp);
|
/openbmc/u-boot/arch/riscv/include/asm/ |
H A D | setjmp.h | 22 int setjmp(jmp_buf jmp);
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | setjmp.h | 12 extern int setjmp(jmp_buf env) __attribute__((returns_twice));
|
/openbmc/u-boot/arch/arm/include/asm/ |
H A D | setjmp.h | 24 int setjmp(jmp_buf jmp);
|
/openbmc/u-boot/arch/arm/cpu/armv8/ |
H A D | exception_level.c | 47 if (setjmp(&non_secure_jmp)) in switch_to_non_secure_mode()
|
/openbmc/u-boot/arch/arm/cpu/armv7/ |
H A D | exception_level.c | 47 if (setjmp(&non_secure_jmp)) in switch_to_non_secure_mode()
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | setjmp.h | 37 int setjmp(struct jmp_buf_data *jmp_buf);
|