Searched refs:setjmp (Results 1 - 28 of 28) sorted by relevance
/linux-4.4.14/arch/x86/um/ |
H A D | setjmp_32.S | 2 # 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 D | setjmp_64.S | 2 # 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 D | bugs_32.c | 34 if (setjmp(cmov_test_return) == 0) { arch_check_bugs()
|
/linux-4.4.14/arch/um/include/shared/ |
H A D | longjmp.h | 7 extern int setjmp(jmp_buf); 18 n = setjmp(*buf); \
|
/linux-4.4.14/arch/powerpc/include/asm/ |
H A D | setjmp.h | 15 extern long setjmp(long *);
|
/linux-4.4.14/arch/x86/um/os-Linux/ |
H A D | task_size.c | 31 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 D | close_clears_pmcc_test.c | 8 #include <setjmp.h>
|
H A D | no_handler_test.c | 8 #include <setjmp.h>
|
H A D | fork_cleanup_test.c | 13 #include <setjmp.h>
|
H A D | ebb.c | 10 #include <setjmp.h> 431 if (setjmp(setjmp_env) == 0) { catch_sigill()
|
/linux-4.4.14/scripts/ |
H A D | sortextable.c | 25 #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 D | recordmcount.c | 30 #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 D | crash.c | 29 #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 D | syscall_arg_fault.c | 23 #include <setjmp.h>
|
H A D | single_step_syscall.c | 36 #include <setjmp.h>
|
H A D | ldt_gdt.c | 11 #include <setjmp.h>
|
H A D | sigreturn.c | 51 #include <setjmp.h>
|
/linux-4.4.14/arch/powerpc/xmon/ |
H A D | xmon.c | 45 #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 D | lib.c | 10 #include <setjmp.h>
|
/linux-4.4.14/arch/um/os-Linux/skas/ |
H A D | process.c | 565 n = setjmp(initial_jmpbuf); start_idle_thread()
|
/linux-4.4.14/include/linux/ |
H A D | kprobes.h | 157 * Special probe type that uses setjmp-longjmp type tricks to resume
|
/linux-4.4.14/tools/perf/util/ |
H A D | thread-stack.c | 172 * For example when setjmp / longjmp has been used. Or the perf context thread_stack__pop()
|
/linux-4.4.14/tools/vm/ |
H A D | page-types.c | 35 #include <setjmp.h>
|
/linux-4.4.14/tools/net/ |
H A D | bpf_dbg.c | 40 #include <setjmp.h>
|
/linux-4.4.14/drivers/scsi/ |
H A D | NCR5380.c | 2576 * a problem, we could implement longjmp() / setjmp(), setjmp()
|
H A D | atari_NCR5380.c | 2666 * a problem, we could implement longjmp() / setjmp(), setjmp()
|
/linux-4.4.14/drivers/usb/gadget/function/ |
H A D | f_mass_storage.c | 127 * the kernel has no setjmp/longjmp equivalents. (Maybe this is an
|
/linux-4.4.14/drivers/usb/core/ |
H A D | hub.c | 1077 * setjmp/longjmp, but it saves at least 100 ms for each hub_activate()
|
Completed in 1148 milliseconds