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

/linux-master/include/linux/
H A Dtnum.h44 struct tnum tnum_and(struct tnum a, struct tnum b);
/linux-master/kernel/bpf/
H A Dtnum.c86 struct tnum tnum_and(struct tnum a, struct tnum b) function
H A Dverifier.c13976 dst_reg->var_off = tnum_and(dst_reg->var_off, src_reg.var_off);
14827 t = tnum_and(tnum_subreg(reg1->var_off), tnum_const(~val));
14830 reg1->var_off = tnum_and(reg1->var_off, tnum_const(~val));

Completed in 180 milliseconds