Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dtnum.h50 struct tnum tnum_mul(struct tnum a, struct tnum b);
/Linux-v6.1/kernel/bpf/
Dtnum.c122 struct tnum tnum_mul(struct tnum a, struct tnum b) in tnum_mul() function
Dverifier.c9088 dst_reg->var_off = tnum_mul(dst_reg->var_off, src_reg.var_off); in adjust_scalar_min_max_vals()