Searched refs:SEGV_CPERR (Results 1 – 10 of 10) sorted by relevance
| /linux/tools/testing/selftests/arm64/signal/testcases/ |
| H A D | gcs_exception_fault.c | 20 #ifndef SEGV_CPERR 21 #define SEGV_CPERR 10 macro 58 .sig_ok_code = SEGV_CPERR,
|
| /linux/tools/testing/selftests/arm64/gcs/ |
| H A D | gcs-stress-thread.S | 21 #define SEGV_CPERR 10 macro 225 cmp x21, #SEGV_CPERR
|
| /linux/arch/x86/kernel/ |
| H A D | cet.c | 79 force_sig_fault(SIGSEGV, SEGV_CPERR, (void __user *)0); in do_user_cp_fault()
|
| /linux/tools/testing/selftests/riscv/cfi/ |
| H A D | cfitests.c | 24 if (si->si_code == SEGV_CPERR) { in sigsegv_handler()
|
| /linux/include/uapi/asm-generic/ |
| H A D | siginfo.h | 240 #define SEGV_CPERR 10 /* Control protection fault */ macro
|
| /linux/Documentation/arch/riscv/ |
| H A D | zicfilp.rst | 122 :c:macro:`SEGV_CPERR` and follow the normal course of signal delivery.
|
| H A D | zicfiss.rst | 138 :c:macro:`SEGV_CPERR` and follow the normal course of signal delivery.
|
| /linux/arch/riscv/kernel/ |
| H A D | traps.c | 392 do_trap_error(regs, SIGSEGV, SEGV_CPERR, regs->epc, in handle_user_cfi_violation()
|
| /linux/Documentation/arch/arm64/ |
| H A D | gcs.rst | 48 SIGSEGV with a si_code of SEGV_CPERR (control protection error).
|
| /linux/arch/arm64/kernel/ |
| H A D | traps.c | 506 force_signal_inject(SIGSEGV, SEGV_CPERR, regs->pc, 0); in do_el0_gcs()
|