Home
last modified time | relevance | path

Searched refs:bug_trap_type (Results 1 – 12 of 12) sorted by relevance

/linux/include/linux/
H A Dbug.h9 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 Dcfi.h17 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 Dbug.c197 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 Dcfi.h15 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 Dcfi.h121 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 Dcfi.c65 enum bug_trap_type handle_cfi_failure(struct pt_regs *regs) in handle_cfi_failure()
/linux/arch/x86/kernel/
H A Dcfi.c68 enum bug_trap_type handle_cfi_failure(struct pt_regs *regs) in handle_cfi_failure()
/linux/kernel/
H A Dcfi.c14 enum bug_trap_type report_cfi_failure(struct pt_regs *regs, unsigned long addr, in report_cfi_failure()
/linux/arch/sh/kernel/
H A Dtraps.c96 enum bug_trap_type tt; in handle_BUG()
/linux/arch/s390/kernel/
H A Dtraps.c255 enum bug_trap_type btt; in monitor_event_exception()
/linux/arch/parisc/kernel/
H A Dtraps.c289 enum bug_trap_type tt; in handle_break()
/linux/arch/arm/kernel/
H A Dtraps.c358 enum bug_trap_type bug_type = BUG_TRAP_TYPE_NONE; in die()