Searched refs:bug_trap_type (Results 1 – 12 of 12) sorted by relevance
| /linux/include/linux/ |
| H A D | bug.h | 9 enum bug_trap_type { enum 44 enum bug_trap_type report_bug(unsigned long bug_addr, struct pt_regs *regs); 45 enum bug_trap_type report_bug_entry(struct bug_entry *bug, struct pt_regs *regs); 59 static inline enum bug_trap_type report_bug(unsigned long bug_addr, in report_bug() 67 static inline enum bug_trap_type
|
| H A D | cfi.h | 17 enum bug_trap_type report_cfi_failure(struct pt_regs *regs, unsigned long addr, 20 static inline enum bug_trap_type report_cfi_failure_noaddr(struct pt_regs *regs, in report_cfi_failure_noaddr()
|
| /linux/lib/ |
| H A D | bug.c | 197 static enum bug_trap_type __report_bug(struct bug_entry *bug, unsigned long bugaddr, struct pt_regs… in __report_bug() 260 enum bug_trap_type report_bug_entry(struct bug_entry *bug, struct pt_regs *regs) in report_bug_entry() 262 enum bug_trap_type ret; in report_bug_entry() 272 enum bug_trap_type report_bug(unsigned long bugaddr, struct pt_regs *regs) in report_bug() 274 enum bug_trap_type ret; in report_bug()
|
| /linux/arch/riscv/include/asm/ |
| H A D | cfi.h | 15 enum bug_trap_type handle_cfi_failure(struct pt_regs *regs); 18 static inline enum bug_trap_type handle_cfi_failure(struct pt_regs *regs) in handle_cfi_failure()
|
| /linux/arch/x86/include/asm/ |
| H A D | cfi.h | 121 enum bug_trap_type handle_cfi_failure(struct pt_regs *regs); 154 static inline enum bug_trap_type handle_cfi_failure(struct pt_regs *regs) in handle_cfi_failure()
|
| /linux/arch/riscv/kernel/ |
| H A D | cfi.c | 65 enum bug_trap_type handle_cfi_failure(struct pt_regs *regs) in handle_cfi_failure()
|
| /linux/arch/x86/kernel/ |
| H A D | cfi.c | 68 enum bug_trap_type handle_cfi_failure(struct pt_regs *regs) 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()
|
| /linux/arch/sh/kernel/ |
| H A D | traps.c | 96 enum bug_trap_type tt; in handle_BUG()
|
| /linux/arch/s390/kernel/ |
| H A D | traps.c | 255 enum bug_trap_type btt; in monitor_event_exception()
|
| /linux/arch/parisc/kernel/ |
| H A D | traps.c | 289 enum bug_trap_type tt; in handle_break()
|
| /linux/arch/arm/kernel/ |
| H A D | traps.c | 358 enum bug_trap_type bug_type = BUG_TRAP_TYPE_NONE; in die()
|