Home
last modified time | relevance | path

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

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