Home
last modified time | relevance | path

Searched refs:uval32 (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/bpf/
H A Dverifier.c2500 u32 uval32 = tnum_subreg(reg->var_off).value; in reg_bounds_sanity_check() local
2501 s32 sval32 = (s32)uval32; in reg_bounds_sanity_check()
2503 if (reg->u32_min_value != uval32 || reg->u32_max_value != uval32 || in reg_bounds_sanity_check()