Searched refs:uval32 (Results 1 - 1 of 1) sorted by last modified time

/linux-master/kernel/bpf/
H A Dverifier.c2248 u32 uval32 = tnum_subreg(reg->var_off).value; local
2249 s32 sval32 = (s32)uval32;
2251 if (reg->u32_min_value != uval32 || reg->u32_max_value != uval32 ||

Completed in 292 milliseconds