Searched refs:ptr_is_dst_reg (Results 1 - 1 of 1) sorted by last modified time

/linux-master/kernel/bpf/
H A Dverifier.c12884 bool ptr_is_dst_reg = ptr_reg == dst_reg; local
12923 alu_state |= ptr_is_dst_reg ?
12957 if (!ptr_is_dst_reg) {
12963 if (!ptr_is_dst_reg && ret)

Completed in 246 milliseconds