Searched refs:report_ubsan_failure (Results 1 – 4 of 4) sorted by relevance
6 const char *report_ubsan_failure(struct pt_regs *regs, u32 check_type);8 static inline const char *report_ubsan_failure(struct pt_regs *regs, u32 check_type) in report_ubsan_failure() function
28 const char *report_ubsan_failure(struct pt_regs *regs, u32 check_type) in report_ubsan_failure() function
291 pr_crit("%s at %pS\n", report_ubsan_failure(regs, imm), (void *)regs->ip); in handle_bug()
1111 die(report_ubsan_failure(regs, esr & UBSAN_BRK_MASK), regs, esr); in ubsan_handler()