Home
last modified time | relevance | path

Searched refs:zext_dst (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/bpf/
H A Dfixups.c228 data[off].zext_dst = bpf_insn_def32(new_prog, insn + off + cnt - 1) >= 0; in adjust_insn_aux_data()
241 data[i].zext_dst = bpf_insn_def32(new_prog, insn + i) >= 0; in adjust_insn_aux_data()
664 if (!aux[adj_idx].zext_dst) { in bpf_opt_subreg_zext_lo32_rnd_hi32()
H A Dliveness.c2301 insn_aux[i].zext_dst = def32 >= 0 && (mask_hi(out) & BIT(def32)); in bpf_compute_live_registers()
2321 if (insn_aux[i].zext_dst) in bpf_compute_live_registers()
H A Dverifier.c15620 aux->zext_dst = true; in adjust_reg_min_max_vals()
19220 aux_data[i].zext_dst = false; in sanitize_dead_code()
/linux/include/linux/
H A Dbpf_verifier.h680 bool zext_dst; /* this insn zero extends dst reg */ member