Searched refs:report_cfi_failure (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| H A D | cfi.h | 17 enum bug_trap_type report_cfi_failure(struct pt_regs *regs, unsigned long addr, 23 return report_cfi_failure(regs, addr, NULL, 0); in report_cfi_failure_noaddr()
|
| /linux/arch/riscv/kernel/ |
| H A D | cfi.c | 76 return report_cfi_failure(regs, regs->epc, &target, type); in handle_cfi_failure()
|
| /linux/arch/x86/kernel/ |
| H A D | cfi.c | 93 return report_cfi_failure(regs, addr, &target, type); in handle_cfi_failure()
|
| /linux/kernel/ |
| H A D | cfi.c | 14 enum bug_trap_type report_cfi_failure(struct pt_regs *regs, unsigned long addr, in report_cfi_failure() function
|