Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dtnum.h44 struct tnum tnum_and(struct tnum a, struct tnum b);
/linux-6.12.1/kernel/bpf/
Dtnum.c86 struct tnum tnum_and(struct tnum a, struct tnum b) in tnum_and() function
Dverifier.c14111 dst_reg->var_off = tnum_and(dst_reg->var_off, src_reg.var_off); in adjust_scalar_min_max_vals()
14996 t = tnum_and(tnum_subreg(reg1->var_off), tnum_const(~val)); in regs_refine_cond_op()
14999 reg1->var_off = tnum_and(reg1->var_off, tnum_const(~val)); in regs_refine_cond_op()