Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dtnum.h50 struct tnum tnum_mul(struct tnum a, struct tnum b);
/openbmc/linux/kernel/bpf/
H A Dtnum.c122 struct tnum tnum_mul(struct tnum a, struct tnum b) in tnum_mul() function
H A Dverifier.c13359 dst_reg->var_off = tnum_mul(dst_reg->var_off, src_reg.var_off); in adjust_scalar_min_max_vals()