Searched refs:prev_ld (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | jit.c | 4082 struct bpf_insn *prev_ld, in curr_pair_chain_with_previous() 4091 if (!prev_ld) in curr_pair_chain_with_previous() 4094 prev_size = BPF_LDST_BYTES(prev_ld); in curr_pair_chain_with_previous() 4096 prev_ld_base = prev_ld->src_reg; in curr_pair_chain_with_previous() 4098 prev_ld_dst = prev_ld->dst_reg; in curr_pair_chain_with_previous() 4099 prev_ld_off = prev_ld->off; in curr_pair_chain_with_previous() 4185 struct bpf_insn *prev_ld = NULL; in nfp_bpf_opt_ldst_gather() local 4202 !curr_pair_chain_with_previous(meta1, meta2, prev_ld, in nfp_bpf_opt_ldst_gather() 4211 s16 prev_ld_off = prev_ld->off; in nfp_bpf_opt_ldst_gather() 4239 prev_ld in nfp_bpf_opt_ldst_gather() 4080 curr_pair_chain_with_previous(struct nfp_insn_meta *ld_meta, struct nfp_insn_meta *st_meta, struct bpf_insn *prev_ld, struct bpf_insn *prev_st) curr_pair_chain_with_previous() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | jit.c | 4088 struct bpf_insn *prev_ld, in curr_pair_chain_with_previous() 4097 if (!prev_ld) in curr_pair_chain_with_previous() 4100 prev_size = BPF_LDST_BYTES(prev_ld); in curr_pair_chain_with_previous() 4102 prev_ld_base = prev_ld->src_reg; in curr_pair_chain_with_previous() 4104 prev_ld_dst = prev_ld->dst_reg; in curr_pair_chain_with_previous() 4105 prev_ld_off = prev_ld->off; in curr_pair_chain_with_previous() 4191 struct bpf_insn *prev_ld = NULL; in nfp_bpf_opt_ldst_gather() local 4208 !curr_pair_chain_with_previous(meta1, meta2, prev_ld, in nfp_bpf_opt_ldst_gather() 4217 s16 prev_ld_off = prev_ld->off; in nfp_bpf_opt_ldst_gather() 4245 prev_ld in nfp_bpf_opt_ldst_gather() 4086 curr_pair_chain_with_previous(struct nfp_insn_meta *ld_meta, struct nfp_insn_meta *st_meta, struct bpf_insn *prev_ld, struct bpf_insn *prev_st) curr_pair_chain_with_previous() argument [all...] |
Completed in 13 milliseconds