Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dtnum.c96 struct tnum tnum_or(struct tnum a, struct tnum b) in tnum_or() function
210 return tnum_or(tnum_clear_subreg(a), tnum_const(value)); in tnum_const_subreg()
H A Dverifier.c1249 reg->var_off = tnum_or(tnum_clear_subreg(var64_off), var32_off); in __reg_bound_offset()
6876 dst_reg->var_off = tnum_or(dst_reg->var_off, src_reg.var_off); in adjust_scalar_min_max_vals()
7572 true_32off = tnum_or(true_32off, in reg_set_min_max()
7577 true_64off = tnum_or(true_64off, in reg_set_min_max()
7662 false_reg->var_off = tnum_or(tnum_clear_subreg(false_64off), in reg_set_min_max()
7664 true_reg->var_off = tnum_or(tnum_clear_subreg(true_64off), in reg_set_min_max()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtnum.h41 struct tnum tnum_or(struct tnum a, struct tnum b);