Home
last modified time | relevance | path

Searched refs:u_max (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Dubsan.h89 typedef unsigned __int128 u_max; typedef
92 typedef u64 u_max; typedef
H A Dubsan.c99 static u_max get_unsigned_val(struct type_descriptor *type, void *val) in get_unsigned_val()
107 return *(u_max *)val; in get_unsigned_val()
116 u_max val = get_unsigned_val(type, value); in val_to_string()
/kernel/linux/linux-6.6/lib/
H A Dubsan.h121 typedef unsigned __int128 u_max; typedef
124 typedef u64 u_max; typedef
H A Dubsan.c166 static u_max get_unsigned_val(struct type_descriptor *type, void *val) in get_unsigned_val()
174 return *(u_max *)val; in get_unsigned_val()
183 u_max val = get_unsigned_val(type, value); in val_to_string()

Completed in 3 milliseconds