Home
last modified time | relevance | path

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

/linux/arch/um/include/shared/
H A Dlongjmp.h8 extern int setjmp(jmp_buf);
18 n = setjmp(*buf); \
/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
/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/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.