Home
last modified time | relevance | path

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

/openbmc/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.h14 enum bug_trap_type report_cfi_failure(struct pt_regs *regs, unsigned long addr,
17 static inline enum bug_trap_type report_cfi_failure_noaddr(struct pt_regs *regs, in report_cfi_failure_noaddr()
/openbmc/linux/arch/x86/include/asm/
H A Dcfi.h14 enum bug_trap_type handle_cfi_failure(struct pt_regs *regs);
16 static inline enum bug_trap_type handle_cfi_failure(struct pt_regs *regs) in handle_cfi_failure()
/openbmc/linux/arch/riscv/include/asm/
H A Dcfi.h14 enum bug_trap_type handle_cfi_failure(struct pt_regs *regs);
16 static inline enum bug_trap_type handle_cfi_failure(struct pt_regs *regs) in handle_cfi_failure()
/openbmc/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()
/openbmc/linux/arch/riscv/kernel/
H A Dcfi.c65 enum bug_trap_type handle_cfi_failure(struct pt_regs *regs) in handle_cfi_failure()
/openbmc/linux/arch/x86/kernel/
H A Dcfi.c68 enum bug_trap_type handle_cfi_failure(struct pt_regs *regs) in handle_cfi_failure()
/openbmc/linux/kernel/
H A Dcfi.c10 enum bug_trap_type report_cfi_failure(struct pt_regs *regs, unsigned long addr, in report_cfi_failure()
/openbmc/linux/arch/sh/kernel/
H A Dtraps.c94 enum bug_trap_type tt; in handle_BUG()
/openbmc/linux/arch/parisc/kernel/
H A Dtraps.c286 enum bug_trap_type tt; in handle_break()
/openbmc/linux/arch/arm/kernel/
H A Dtraps.c364 enum bug_trap_type bug_type = BUG_TRAP_TYPE_NONE; in die()