Home
last modified time | relevance | path

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

/linux/arch/um/include/shared/
H A Dlongjmp.h8 extern int setjmp(jmp_buf);
18 n = setjmp(*buf); \
/linux/arch/powerpc/xmon/
H A Dxmon.c528 if (setjmp(recurse_jmp) != 0) { in xmon_core()
661 if (setjmp(recurse_jmp) == 0) { in xmon_core()
1003 if (setjmp(bus_error_jmp) == 0) { in show_uptime()
1690 if (setjmp(bus_error_jmp) == 0) { in get_function_bounds()
1875 if (setjmp(bus_error_jmp) == 0) { in prregs()
1934 if (setjmp(bus_error_jmp) == 0) { in cacheflush()
1961 if (setjmp(bus_error_jmp) == 0) { in read_spr()
1984 if (setjmp(bus_error_jmp) == 0) { in write_spr()
2209 if (setjmp(bus_error_jmp) == 0) { in mread()
2252 if (setjmp(bus_error_jmp) == 0) { in mwrite()
[all …]
/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
H A Dbugs_32.c35 if (setjmp(cmov_test_return) == 0) { in arch_check_bugs()
/linux/tools/testing/selftests/powerpc/dexcr/
H A Ddexcr.c27 if (setjmp(generic_signal_jump_buf)) in dexcr_exists()
96 if (setjmp(generic_signal_jump_buf)) in hashchk_triggers()
H A Dhashchk_test.c63 if (setjmp(hashchk_detected_buf)) in hashchk_detected_test()
/linux/tools/testing/selftests/mm/
H A Dmemory-failure.c158 void *vaddr, enum result_type type, int setjmp) in check() argument
169 ASSERT_EQ(setjmp, 0); in check()
180 ASSERT_EQ(setjmp, 1); in check()
/linux/arch/powerpc/include/asm/
H A Dsetjmp.h12 extern int setjmp(jmp_buf env) __attribute__((returns_twice));
/linux/arch/powerpc/kexec/
H A Dcrash.c175 if (setjmp(crash_shutdown_buf) == 0) { in crash_kexec_prepare_cpus()
383 if (setjmp(crash_shutdown_buf) == 0) { in default_machine_crash_shutdown()
/linux/tools/testing/selftests/powerpc/mm/
H A Dwild_bctr.c140 if (setjmp(setjmp_env) == 0) { in test_wild_bctr()
/linux/arch/powerpc/kernel/
H A Dmisc.S45 _GLOBAL(setjmp)
/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb.c427 if (setjmp(setjmp_env) == 0) { in catch_sigill()
/linux/drivers/scsi/aic7xxx/
H A Daic79xx.seq494 setjmp:
500 * (we use setjmp to register a handler from an
1625 call setjmp;
1998 call setjmp;
2016 call setjmp;
2051 call setjmp;
2077 call setjmp;
2111 call setjmp;
2125 call setjmp;
2254 call setjmp;
/linux/arch/um/os-Linux/skas/
H A Dprocess.c833 n = setjmp(initial_jmpbuf); in start_idle_thread()
/linux/tools/perf/Documentation/
H A Dperf-c2c.txt138 setjmp/longjmp will have calls/returns not match.
H A Dperf-top.txt384 setjmp/longjmp will have calls/returns not match.
H A Dperf-script.txt530 setjmp/longjmp will have calls/returns not match.
H A Dperf-report.txt556 setjmp/longjmp will have calls/returns not match.