Searched refs:setjmp (Results 1 - 28 of 28) sorted by relevance

/linux-4.4.14/arch/x86/um/
H A Dsetjmp_32.S2 # arch/i386/setjmp.S
4 # setjmp/longjmp for the i386 architecture
19 .globl setjmp
20 .type setjmp, @function
21 setjmp: label
38 .size setjmp,.-setjmp
H A Dsetjmp_64.S2 # arch/x86_64/setjmp.S
4 # setjmp/longjmp for the x86-64 architecture
21 .globl setjmp
22 .type setjmp, @function
23 setjmp: label
37 .size setjmp,.-setjmp
H A Dbugs_32.c34 if (setjmp(cmov_test_return) == 0) { arch_check_bugs()
/linux-4.4.14/arch/um/include/shared/
H A Dlongjmp.h7 extern int setjmp(jmp_buf);
18 n = setjmp(*buf); \
/linux-4.4.14/arch/powerpc/include/asm/
H A Dsetjmp.h15 extern long setjmp(long *);
/linux-4.4.14/arch/x86/um/os-Linux/
H A Dtask_size.c31 if (setjmp(buf) == 0) page_ok()
48 if (setjmp(buf) == 0) { page_ok()
56 if (setjmp(buf) == 0) { page_ok()
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/
H A Dclose_clears_pmcc_test.c8 #include <setjmp.h>
H A Dno_handler_test.c8 #include <setjmp.h>
H A Dfork_cleanup_test.c13 #include <setjmp.h>
H A Debb.c10 #include <setjmp.h>
431 if (setjmp(setjmp_env) == 0) { catch_sigill()
/linux-4.4.14/scripts/
H A Dsortextable.c25 #include <setjmp.h>
58 static jmp_buf jmpenv; /* setjmp/longjmp per-file error escape */
60 /* setjmp() return values */
342 int const sjval = setjmp(jmpenv); main()
H A Drecordmcount.c30 #include <setjmp.h>
53 static jmp_buf jmpenv; /* setjmp/longjmp per-file error escape */
63 /* setjmp() return values */
561 int const sjval = setjmp(jmpenv); main()
/linux-4.4.14/arch/powerpc/kernel/
H A Dcrash.c29 #include <asm/setjmp.h>
147 * The primary CPU returns here via setjmp, and the secondary crash_kexec_prepare_cpus()
154 if (setjmp(crash_shutdown_buf) == 0) { crash_kexec_prepare_cpus()
350 if (setjmp(crash_shutdown_buf) == 0) { default_machine_crash_shutdown()
/linux-4.4.14/tools/testing/selftests/x86/
H A Dsyscall_arg_fault.c23 #include <setjmp.h>
H A Dsingle_step_syscall.c36 #include <setjmp.h>
H A Dldt_gdt.c11 #include <setjmp.h>
H A Dsigreturn.c51 #include <setjmp.h>
/linux-4.4.14/arch/powerpc/xmon/
H A Dxmon.c45 #include <asm/setjmp.h>
439 if (setjmp(recurse_jmp) != 0) { xmon_core()
550 if (setjmp(recurse_jmp) == 0) { xmon_core()
1352 if (setjmp(bus_error_jmp) == 0) { get_function_bounds()
1534 if (setjmp(bus_error_jmp) == 0) { prregs()
1600 if (setjmp(bus_error_jmp) == 0) { cacheflush()
1641 if (setjmp(bus_error_jmp) == 0) { read_spr()
1677 if (setjmp(bus_error_jmp) == 0) { write_spr()
1741 if (setjmp(bus_error_jmp) == 0) { mread()
1778 if (setjmp(bus_error_jmp) == 0) { mwrite()
2093 if (setjmp(bus_error_jmp) != 0) { dump_one_paca()
2378 if (setjmp(bus_error_jmp) != 0) { dump_log_buf()
2536 if (setjmp(bus_error_jmp) == 0) { proccall()
2641 if (setjmp(bus_error_jmp) == 0) { scanhex()
2754 if (setjmp(bus_error_jmp) == 0) { symbol_lookup()
2780 if (setjmp(bus_error_jmp) == 0) { xmon_print_symbol()
3132 if (setjmp(bus_error_jmp) == 0) { stop_spus()
3178 if (setjmp(bus_error_jmp) == 0) { restart_spus()
3202 if (setjmp(bus_error_jmp) == 0) { \
3266 if (setjmp(bus_error_jmp) == 0) { dump_spu_ls()
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/
H A Dlib.c10 #include <setjmp.h>
/linux-4.4.14/arch/um/os-Linux/skas/
H A Dprocess.c565 n = setjmp(initial_jmpbuf); start_idle_thread()
/linux-4.4.14/include/linux/
H A Dkprobes.h157 * Special probe type that uses setjmp-longjmp type tricks to resume
/linux-4.4.14/tools/perf/util/
H A Dthread-stack.c172 * For example when setjmp / longjmp has been used. Or the perf context thread_stack__pop()
/linux-4.4.14/tools/vm/
H A Dpage-types.c35 #include <setjmp.h>
/linux-4.4.14/tools/net/
H A Dbpf_dbg.c40 #include <setjmp.h>
/linux-4.4.14/drivers/scsi/
H A DNCR5380.c2576 * a problem, we could implement longjmp() / setjmp(), setjmp()
H A Datari_NCR5380.c2666 * a problem, we could implement longjmp() / setjmp(), setjmp()
/linux-4.4.14/drivers/usb/gadget/function/
H A Df_mass_storage.c127 * the kernel has no setjmp/longjmp equivalents. (Maybe this is an
/linux-4.4.14/drivers/usb/core/
H A Dhub.c1077 * setjmp/longjmp, but it saves at least 100 ms for each hub_activate()

Completed in 1148 milliseconds