Searched refs:rhs_str (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | ubsan.c | 356 char rhs_str[VALUE_LENGTH]; in __ubsan_handle_shift_out_of_bounds() local 365 val_to_string(rhs_str, sizeof(rhs_str), rhs_type, rhs); in __ubsan_handle_shift_out_of_bounds() 369 pr_err("shift exponent %s is negative\n", rhs_str); in __ubsan_handle_shift_out_of_bounds() 374 rhs_str, in __ubsan_handle_shift_out_of_bounds() 383 lhs_str, rhs_str, in __ubsan_handle_shift_out_of_bounds()
|
/kernel/linux/linux-6.6/lib/ |
H A D | ubsan.c | 357 char rhs_str[VALUE_LENGTH]; in __ubsan_handle_shift_out_of_bounds() local 366 val_to_string(rhs_str, sizeof(rhs_str), rhs_type, rhs); in __ubsan_handle_shift_out_of_bounds() 370 pr_err("shift exponent %s is negative\n", rhs_str); in __ubsan_handle_shift_out_of_bounds() 375 rhs_str, in __ubsan_handle_shift_out_of_bounds() 384 lhs_str, rhs_str, in __ubsan_handle_shift_out_of_bounds()
|
Completed in 2 milliseconds