Home
last modified time | relevance | path

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

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