Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dtnum.c96 struct tnum tnum_or(struct tnum a, struct tnum b) in tnum_or() function
213 return tnum_or(tnum_clear_subreg(a), tnum_const(value)); in tnum_const_subreg()
H A Dverifier.c2390 reg->var_off = tnum_or(tnum_clear_subreg(var64_off), var32_off); in __reg_bound_offset()
13369 dst_reg->var_off = tnum_or(dst_reg->var_off, src_reg.var_off); in adjust_scalar_min_max_vals()
14139 true_32off = tnum_or(true_32off, in reg_set_min_max()
14144 true_64off = tnum_or(true_64off, in reg_set_min_max()
14229 false_reg->var_off = tnum_or(tnum_clear_subreg(false_64off), in reg_set_min_max()
14231 true_reg->var_off = tnum_or(tnum_clear_subreg(true_64off), in reg_set_min_max()
/openbmc/linux/include/linux/
H A Dtnum.h46 struct tnum tnum_or(struct tnum a, struct tnum b);