Searched refs:jmp_dst (Results 1 – 2 of 2) sorted by relevance
305 struct nfp_insn_meta *jmp_dst; member
3206 struct nfp_insn_meta *meta, *jmp_dst; in nfp_fixup_branches() local3232 if (!meta->jmp_dst) { in nfp_fixup_branches()3237 jmp_dst = meta->jmp_dst; in nfp_fixup_branches()3239 if (jmp_dst->skip) { in nfp_fixup_branches()3247 br_set_offset(&nfp_prog->prog[idx], jmp_dst->off); in nfp_fixup_branches()4032 meta->jmp_dst = dst_meta; in nfp_bpf_jit_prepare()