Home
last modified time | relevance | path

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

/linux-6.15/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.h24 enum bug_trap_type report_cfi_failure(struct pt_regs *regs, unsigned long addr,
27 static inline enum bug_trap_type report_cfi_failure_noaddr(struct pt_regs *regs, in report_cfi_failure_noaddr()
/linux-6.15/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-6.15/arch/x86/include/asm/
H A Dcfi.h117 enum bug_trap_type handle_cfi_failure(struct pt_regs *regs);
152 static inline enum bug_trap_type handle_cfi_failure(struct pt_regs *regs) in handle_cfi_failure()
/linux-6.15/lib/
H A Dbug.c153 static enum bug_trap_type __report_bug(unsigned long bugaddr, struct pt_regs *regs) in __report_bug()
209 enum bug_trap_type report_bug(unsigned long bugaddr, struct pt_regs *regs) in report_bug()
211 enum bug_trap_type ret; in report_bug()
/linux-6.15/arch/x86/kernel/
H A Dcfi.c68 enum bug_trap_type handle_cfi_failure(struct pt_regs *regs) in handle_cfi_failure()
/linux-6.15/arch/riscv/kernel/
H A Dcfi.c65 enum bug_trap_type handle_cfi_failure(struct pt_regs *regs) in handle_cfi_failure()
/linux-6.15/kernel/
H A Dcfi.c12 enum bug_trap_type report_cfi_failure(struct pt_regs *regs, unsigned long addr, in report_cfi_failure()
/linux-6.15/arch/sh/kernel/
H A Dtraps.c96 enum bug_trap_type tt; in handle_BUG()
/linux-6.15/arch/parisc/kernel/
H A Dtraps.c288 enum bug_trap_type tt; in handle_break()
/linux-6.15/arch/arm/kernel/
H A Dtraps.c358 enum bug_trap_type bug_type = BUG_TRAP_TYPE_NONE; in die()