Searched refs:prev_st (Results 1 – 2 of 2) sorted by relevance
| /linux/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/kernel/bpf/ |
| H A D | verifier.c | 9084 struct bpf_verifier_state *cur_st = env->cur_state, *queued_st, *prev_st; in process_iter_next_call() local 9112 prev_st = find_prev_entry(env, cur_st->parent, insn_idx); in process_iter_next_call() 9121 if (prev_st) in process_iter_next_call() 9122 widen_imprecise_scalars(env, prev_st, queued_st); in process_iter_next_call() 11069 struct bpf_verifier_state *state = env->cur_state, *prev_st; in prepare_func_exit() local 11152 prev_st = in_callback_fn ? find_prev_entry(env, state, *insn_idx) : NULL; in prepare_func_exit() 11153 if (prev_st) { in prepare_func_exit() 11154 err = widen_imprecise_scalars(env, prev_st, state); in prepare_func_exit() 16867 struct bpf_verifier_state *cur_st = env->cur_state, *queued_st, *prev_st; in check_cond_jmp_op() local 16876 prev_st = find_prev_entry(env, cur_st->parent, idx); in check_cond_jmp_op() [all …]
|