Searched refs:longjmp (Results 1 – 19 of 19) sorted by relevance
| /linux-6.15/arch/um/include/shared/ |
| H A D | longjmp.h | 10 extern void longjmp(jmp_buf, int); 13 longjmp(*buf, val); \
|
| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | setjmp.h | 13 extern void longjmp(jmp_buf env, int val) __attribute__((noreturn));
|
| /linux-6.15/arch/x86/um/ |
| H A D | bugs_32.c | 20 longjmp(cmov_test_return, 1); in cmov_sigill_test_handler()
|
| H A D | setjmp_64.S | 5 # setjmp/longjmp for the x86-64 architecture
|
| H A D | setjmp_32.S | 5 # setjmp/longjmp for the i386 architecture
|
| /linux-6.15/tools/testing/selftests/powerpc/dexcr/ |
| H A D | dexcr.c | 18 longjmp(generic_signal_jump_buf, 0); in generic_signal_handler()
|
| H A D | hashchk_test.c | 46 longjmp(hashchk_detected_buf, 0); in hashchk_handler()
|
| /linux-6.15/tools/testing/selftests/powerpc/mm/ |
| H A D | wild_bctr.c | 36 longjmp(setjmp_env, 1); in segv_handler()
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | misc.S | 79 _GLOBAL(longjmp)
|
| /linux-6.15/arch/um/os-Linux/skas/ |
| H A D | process.c | 614 longjmp(*cb_back, 1); in start_idle_thread() 627 longjmp(*switch_buf, 1); in start_idle_thread()
|
| /linux-6.15/arch/powerpc/kexec/ |
| H A D | crash.c | 74 longjmp(crash_shutdown_buf, 1); in handle_fault()
|
| /linux-6.15/tools/testing/selftests/powerpc/pmu/ebb/ |
| H A D | ebb.c | 413 longjmp(setjmp_env, 1); in sigill_handler()
|
| /linux-6.15/arch/powerpc/xmon/ |
| H A D | xmon.c | 518 longjmp(bus_error_jmp, 1); in xmon_core() 525 longjmp(xmon_fault_jmp[cpu], 1); in xmon_core() 659 longjmp(xmon_fault_jmp[0], 1); in xmon_core() 2322 longjmp(bus_error_jmp, 1); in handle_fault()
|
| /linux-6.15/tools/testing/selftests/ |
| H A D | kselftest_harness.h | 955 longjmp(t->env, 1); in __bail()
|
| /linux-6.15/tools/perf/Documentation/ |
| H A D | perf-c2c.txt | 131 setjmp/longjmp will have calls/returns not match.
|
| H A D | perf-top.txt | 384 setjmp/longjmp will have calls/returns not match.
|
| H A D | perf-script.txt | 528 setjmp/longjmp will have calls/returns not match.
|
| H A D | perf-report.txt | 555 setjmp/longjmp will have calls/returns not match.
|
| /linux-6.15/drivers/scsi/aic7xxx/ |
| H A D | aic79xx.seq | 196 call longjmp; 201 test LONGJMP_ADDR[1], INVALID_ADDR jz longjmp; 509 longjmp:
|