Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/bpf/
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()
Dverifier.c1597 reg->var_off = tnum_or(tnum_clear_subreg(var64_off), var32_off); in __reg_bound_offset()
9115 dst_reg->var_off = tnum_or(dst_reg->var_off, src_reg.var_off); in adjust_scalar_min_max_vals()
9816 true_32off = tnum_or(true_32off, in reg_set_min_max()
9821 true_64off = tnum_or(true_64off, in reg_set_min_max()
9906 false_reg->var_off = tnum_or(tnum_clear_subreg(false_64off), in reg_set_min_max()
9908 true_reg->var_off = tnum_or(tnum_clear_subreg(true_64off), in reg_set_min_max()
/linux-6.1.9/include/linux/
Dtnum.h46 struct tnum tnum_or(struct tnum a, struct tnum b);