Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/bpf/
Dverifier.c2283 u32 uval32 = tnum_subreg(reg->var_off).value; in reg_bounds_sanity_check() local
2284 s32 sval32 = (s32)uval32; in reg_bounds_sanity_check()
2286 if (reg->u32_min_value != uval32 || reg->u32_max_value != uval32 || in reg_bounds_sanity_check()