Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/netronome/nfp/bpf/
Djit.c3666 cross_mem_access(struct bpf_insn *ld, struct nfp_insn_meta *head_ld_meta, in cross_mem_access() argument
3672 if (head_ld_meta->ptr.type != head_st_meta->ptr.type) in cross_mem_access()
3676 if (head_ld_meta->ptr.id != head_st_meta->ptr.id) in cross_mem_access()
3682 head_ld_off = head_ld_meta->insn.off + head_ld_meta->ptr.off; in cross_mem_access()
3684 ld_off = ld->off + head_ld_meta->ptr.off; in cross_mem_access()
3714 struct nfp_insn_meta *head_ld_meta = NULL; in nfp_bpf_opt_ldst_gather() local
3736 (head_ld_meta && (cross_mem_access(ld, head_ld_meta, in nfp_bpf_opt_ldst_gather()
3738 head_ld_meta->ldst_gather_len >= 128))) { in nfp_bpf_opt_ldst_gather()
3745 s16 head_ld_off = head_ld_meta->insn.off; in nfp_bpf_opt_ldst_gather()
3748 head_ld_meta->insn.off = prev_ld_off; in nfp_bpf_opt_ldst_gather()
[all …]