Home
last modified time | relevance | path

Searched refs:jmp_dst (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/netronome/nfp/bpf/
Dmain.h305 struct nfp_insn_meta *jmp_dst; member
Djit.c3206 struct nfp_insn_meta *meta, *jmp_dst; in nfp_fixup_branches() local
3232 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()