Searched refs:var64_off (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/bpf/
H A Dverifier.c2188 struct tnum var64_off = tnum_intersect(reg->var_off, local
2191 struct tnum var32_off = tnum_intersect(tnum_subreg(var64_off),
2195 reg->var_off = tnum_or(tnum_clear_subreg(var64_off), var32_off);

Completed in 234 milliseconds