Home
last modified time | relevance | path

Searched refs:prev_ld_off (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/bpf/
H A Djit.c4088 s16 prev_ld_off, prev_st_off; in curr_pair_chain_with_previous() local
4099 prev_ld_off = prev_ld->off; in curr_pair_chain_with_previous()
4116 if (prev_ld_off + prev_size == ld->off && in curr_pair_chain_with_previous()
4121 if (ld->off + curr_size == prev_ld_off && in curr_pair_chain_with_previous()
4211 s16 prev_ld_off = prev_ld->off; in nfp_bpf_opt_ldst_gather() local
4215 if (prev_ld_off < head_ld_off) { in nfp_bpf_opt_ldst_gather()
4216 head_ld_meta->insn.off = prev_ld_off; in nfp_bpf_opt_ldst_gather()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/bpf/
H A Djit.c4094 s16 prev_ld_off, prev_st_off; in curr_pair_chain_with_previous() local
4105 prev_ld_off = prev_ld->off; in curr_pair_chain_with_previous()
4122 if (prev_ld_off + prev_size == ld->off && in curr_pair_chain_with_previous()
4127 if (ld->off + curr_size == prev_ld_off && in curr_pair_chain_with_previous()
4217 s16 prev_ld_off = prev_ld->off; in nfp_bpf_opt_ldst_gather() local
4221 if (prev_ld_off < head_ld_off) { in nfp_bpf_opt_ldst_gather()
4222 head_ld_meta->insn.off = prev_ld_off; in nfp_bpf_opt_ldst_gather()

Completed in 13 milliseconds