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

/linux-master/kernel/bpf/
H A Dverifier.c3221 static bool insn_has_def32(struct bpf_verifier_env *env, struct bpf_insn *insn) function
18467 old_data[off].zext_dst = insn_has_def32(env, insn + off + cnt - 1);
18479 new_data[i].zext_dst = insn_has_def32(env, insn + i);

Completed in 313 milliseconds