Lines Matching refs:meta2

3486 	struct nfp_insn_meta *meta1, *meta2;  in nfp_bpf_opt_ld_mask()  local
3493 nfp_for_each_insn_walk2(nfp_prog, meta1, meta2) { in nfp_bpf_opt_ld_mask()
3497 next = meta2->insn; in nfp_bpf_opt_ld_mask()
3516 if (meta2->flags & FLAG_INSN_IS_JUMP_DST) in nfp_bpf_opt_ld_mask()
3519 meta2->skip = true; in nfp_bpf_opt_ld_mask()
3525 struct nfp_insn_meta *meta1, *meta2, *meta3; in nfp_bpf_opt_ld_shift() local
3527 nfp_for_each_insn_walk3(nfp_prog, meta1, meta2, meta3) { in nfp_bpf_opt_ld_shift()
3531 next1 = meta2->insn; in nfp_bpf_opt_ld_shift()
3555 if (meta2->flags & FLAG_INSN_IS_JUMP_DST || in nfp_bpf_opt_ld_shift()
3559 meta2->skip = true; in nfp_bpf_opt_ld_shift()
3716 struct nfp_insn_meta *meta1, *meta2; in nfp_bpf_opt_ldst_gather() local
3721 nfp_for_each_insn_walk2(nfp_prog, meta1, meta2) { in nfp_bpf_opt_ldst_gather()
3723 struct bpf_insn *st = &meta2->insn; in nfp_bpf_opt_ldst_gather()
3733 if (!curr_pair_is_memcpy(meta1, meta2) || in nfp_bpf_opt_ldst_gather()
3734 !curr_pair_chain_with_previous(meta1, meta2, prev_ld, in nfp_bpf_opt_ldst_gather()
3763 if (curr_pair_is_memcpy(meta1, meta2)) { in nfp_bpf_opt_ldst_gather()
3765 head_st_meta = meta2; in nfp_bpf_opt_ldst_gather()
3769 meta2 = nfp_meta_next(meta2); in nfp_bpf_opt_ldst_gather()
3786 head_st_meta = meta2; in nfp_bpf_opt_ldst_gather()
3789 meta2->skip = true; in nfp_bpf_opt_ldst_gather()
3794 meta2 = nfp_meta_next(meta2); in nfp_bpf_opt_ldst_gather()
3930 struct nfp_insn_meta *meta1, *meta2; in nfp_bpf_replace_map_ptrs() local
3935 nfp_for_each_insn_walk2(nfp_prog, meta1, meta2) { in nfp_bpf_replace_map_ptrs()
3936 if (meta1->skip || meta2->skip) in nfp_bpf_replace_map_ptrs()
3944 (u64)meta2->insn.imm << 32); in nfp_bpf_replace_map_ptrs()
3953 meta2->insn.imm = 0; in nfp_bpf_replace_map_ptrs()