Home
last modified time | relevance | path

Searched refs:bug_trap_type (Results 1 – 11 of 11) 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);
58 static inline enum bug_trap_type report_bug(unsigned long bug_addr, in report_bug()
H A Dcfi.h22 enum bug_trap_type report_cfi_failure(struct pt_regs *regs, unsigned long addr,
25 static inline enum bug_trap_type report_cfi_failure_noaddr(struct pt_regs *regs, in report_cfi_failure_noaddr()
/linux/arch/riscv/include/asm/
H A Dcfi.h15 enum bug_trap_type handle_cfi_failure(struct pt_regs *regs);
27 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.h107 enum bug_trap_type handle_cfi_failure(struct pt_regs *regs);
130 static inline enum bug_trap_type handle_cfi_failure(struct pt_regs *regs) in handle_cfi_failure()
/linux/lib/
H A Dbug.c157 static enum bug_trap_type __report_bug(unsigned long bugaddr, struct pt_regs *regs) in __report_bug()
213 enum bug_trap_type report_bug(unsigned long bugaddr, struct pt_regs *regs) in report_bug()
215 enum bug_trap_type ret; in report_bug()
/linux/arch/x86/kernel/
H A Dcfi.c68 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/kernel/
H A Dcfi.c10 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/parisc/kernel/
H A Dtraps.c288 enum bug_trap_type tt; in handle_break()
/linux/arch/arm/kernel/
H A Dtraps.c365 enum bug_trap_type bug_type = BUG_TRAP_TYPE_NONE; in die()