Home
last modified time | relevance | path

Searched refs:get_unsigned_val (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Dubsan.c99 static u_max get_unsigned_val(struct type_descriptor *type, void *val) in get_unsigned_val() function
116 u_max val = get_unsigned_val(type, value); in val_to_string()
131 (u64)get_unsigned_val(type, value)); in val_to_string()
371 else if (get_unsigned_val(rhs_type, rhs) >= in __ubsan_handle_shift_out_of_bounds()
/kernel/linux/linux-6.6/lib/
H A Dubsan.c166 static u_max get_unsigned_val(struct type_descriptor *type, void *val) in get_unsigned_val() function
183 u_max val = get_unsigned_val(type, value); in val_to_string()
198 (u64)get_unsigned_val(type, value)); in val_to_string()
372 else if (get_unsigned_val(rhs_type, rhs) >= in __ubsan_handle_shift_out_of_bounds()

Completed in 2 milliseconds