Searched refs:prev_st (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/net/ethernet/netronome/nfp/bpf/ |
| H A D | jit.c | 4089 struct bpf_insn *prev_st) in curr_pair_chain_with_previous() argument 4103 prev_st_base = prev_st->dst_reg; in curr_pair_chain_with_previous() 4106 prev_st_off = prev_st->off; in curr_pair_chain_with_previous() 4192 struct bpf_insn *prev_st = NULL; in nfp_bpf_opt_ldst_gather() local 4209 prev_st) || in nfp_bpf_opt_ldst_gather() 4218 s16 prev_st_off = prev_st->off; in nfp_bpf_opt_ldst_gather() 4246 prev_st = st; in nfp_bpf_opt_ldst_gather() 4252 prev_st = NULL; in nfp_bpf_opt_ldst_gather() 4271 prev_st = st; in nfp_bpf_opt_ldst_gather()
|
| /linux-6.15/kernel/bpf/ |
| H A D | verifier.c | 8887 struct bpf_verifier_state *cur_st = env->cur_state, *queued_st, *prev_st; in process_iter_next_call() local 8915 prev_st = find_prev_entry(env, cur_st->parent, insn_idx); in process_iter_next_call() 8924 if (prev_st) in process_iter_next_call() 8925 widen_imprecise_scalars(env, prev_st, queued_st); in process_iter_next_call() 10834 struct bpf_verifier_state *state = env->cur_state, *prev_st; in prepare_func_exit() local 10914 prev_st = in_callback_fn ? find_prev_entry(env, state, *insn_idx) : NULL; in prepare_func_exit() 10915 if (prev_st) { in prepare_func_exit() 10916 err = widen_imprecise_scalars(env, prev_st, state); in prepare_func_exit() 16400 prev_st = find_prev_entry(env, cur_st->parent, idx); in check_cond_jmp_op() 16408 if (prev_st) in check_cond_jmp_op() [all …]
|