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

/linux-master/kernel/bpf/
H A Dverifier.c12892 bool ptr_is_dst_reg = ptr_reg == dst_reg; local
12931 alu_state |= ptr_is_dst_reg ?
12965 if (!ptr_is_dst_reg) {
12971 if (!ptr_is_dst_reg && ret)

Completed in 170 milliseconds