Lines Matching refs:pr_err

141 	pr_err("========================================"  in ubsan_prologue()
143 pr_err("UBSAN: %s in %s:%d:%d\n", reason, loc->file_name, in ubsan_prologue()
152 pr_err("========================================" in ubsan_epilogue()
182 pr_err("division of %s by -1 cannot be represented in type %s\n", in __ubsan_handle_divrem_overflow()
185 pr_err("division by zero\n"); in __ubsan_handle_divrem_overflow()
198 pr_err("%s null pointer of type %s\n", in handle_null_ptr_deref()
213 pr_err("%s misaligned address %p for type %s\n", in handle_misaligned_access()
216 pr_err("which requires %ld byte alignment\n", data->alignment); in handle_misaligned_access()
228 pr_err("%s address %p with insufficient space\n", in handle_object_size_mismatch()
231 pr_err("for an object of type %s\n", data->type->type_name); in handle_object_size_mismatch()
289 pr_err("index %s is out of range for type %s\n", index_str, in __ubsan_handle_out_of_bounds()
313 pr_err("shift exponent %s is negative\n", rhs_str); in __ubsan_handle_shift_out_of_bounds()
317 pr_err("shift exponent %s is too large for %u-bit type %s\n", in __ubsan_handle_shift_out_of_bounds()
322 pr_err("left shift of negative value %s\n", in __ubsan_handle_shift_out_of_bounds()
325 pr_err("left shift of %s by %s places cannot be" in __ubsan_handle_shift_out_of_bounds()
341 pr_err("calling __builtin_unreachable()\n"); in __ubsan_handle_builtin_unreachable()
359 pr_err("load of value %s is not a valid value for type %s\n", in __ubsan_handle_load_invalid_value()
382 pr_err("assumption of %lu byte alignment (with offset of %lu byte) for pointer of type %s failed", in __ubsan_handle_alignment_assumption()
385 pr_err("assumption of %lu byte alignment for pointer of type %s failed", in __ubsan_handle_alignment_assumption()
389 pr_err("%saddress is %lu aligned, misalignment offset is %lu bytes", in __ubsan_handle_alignment_assumption()