Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/bpf/
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()
A Dverifier.c1830 reg->var_off = tnum_or(tnum_clear_subreg(var64_off), var32_off); in __reg_bound_offset()
11362 dst_reg->var_off = tnum_or(dst_reg->var_off, src_reg.var_off); in adjust_scalar_min_max_vals()
12063 true_32off = tnum_or(true_32off, in reg_set_min_max()
12068 true_64off = tnum_or(true_64off, in reg_set_min_max()
12153 false_reg->var_off = tnum_or(tnum_clear_subreg(false_64off), in reg_set_min_max()
12155 true_reg->var_off = tnum_or(tnum_clear_subreg(true_64off), in reg_set_min_max()
/linux-6.3-rc2/include/linux/
A Dtnum.h46 struct tnum tnum_or(struct tnum a, struct tnum b);

Completed in 34 milliseconds