Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dtnum.c205 struct tnum tnum_with_subreg(struct tnum reg, struct tnum subreg) in tnum_with_subreg() function
212 return tnum_with_subreg(a, tnum_const(value)); in tnum_const_subreg()
H A Dverifier.c15929 reg1->var_off = tnum_with_subreg(reg1->var_off, t); in regs_refine_cond_op()
15930 reg2->var_off = tnum_with_subreg(reg2->var_off, t); in regs_refine_cond_op()
16004 reg1->var_off = tnum_with_subreg(reg1->var_off, t); in regs_refine_cond_op()
16017 reg1->var_off = tnum_with_subreg(reg1->var_off, t); in regs_refine_cond_op()
/linux-6.15/include/linux/
H A Dtnum.h112 struct tnum tnum_with_subreg(struct tnum reg, struct tnum subreg);