Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dtnum.h43 struct tnum tnum_xor(struct tnum a, struct tnum b);
/linux-5.19.10/kernel/bpf/
Dtnum.c105 struct tnum tnum_xor(struct tnum a, struct tnum b) in tnum_xor() function
Dverifier.c8922 dst_reg->var_off = tnum_xor(dst_reg->var_off, src_reg.var_off); in adjust_scalar_min_max_vals()