Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/netronome/nfp/bpf/
Djit.c3614 struct bpf_insn *prev_ld, in curr_pair_chain_with_previous() argument
3623 if (!prev_ld) in curr_pair_chain_with_previous()
3626 prev_size = BPF_LDST_BYTES(prev_ld); in curr_pair_chain_with_previous()
3628 prev_ld_base = prev_ld->src_reg; in curr_pair_chain_with_previous()
3630 prev_ld_dst = prev_ld->dst_reg; in curr_pair_chain_with_previous()
3631 prev_ld_off = prev_ld->off; in curr_pair_chain_with_previous()
3717 struct bpf_insn *prev_ld = NULL; in nfp_bpf_opt_ldst_gather() local
3734 !curr_pair_chain_with_previous(meta1, meta2, prev_ld, in nfp_bpf_opt_ldst_gather()
3743 s16 prev_ld_off = prev_ld->off; in nfp_bpf_opt_ldst_gather()
3770 prev_ld = ld; in nfp_bpf_opt_ldst_gather()
[all …]