Lines Matching refs:cur_state
903 return env->cur_state->frame[env->cur_state->curframe]; in diag_current_frame()
1069 return env->cur_state->active_rcu_locks; in diag_context_depth()
1071 return env->cur_state->active_preempt_locks; in diag_context_depth()
1073 return bpf_diag_irq_depth(env->cur_state); in diag_context_depth()
1075 return env->cur_state->active_locks; in diag_context_depth()
1090 if (env->cur_state->active_rcu_locks) in bpf_diag_ctx_forbidden()
1092 else if (env->cur_state->active_preempt_locks) in bpf_diag_ctx_forbidden()
1094 else if (env->cur_state->active_irq_id) in bpf_diag_ctx_forbidden()
1096 else if (env->cur_state->active_locks) in bpf_diag_ctx_forbidden()
1474 state = env->cur_state->frame[env->cur_state->curframe]; in diag_mod_insn_origin()
1551 struct bpf_verifier_state *vstate = env->cur_state; in target_to_reg()
1582 struct bpf_verifier_state *vstate = env->cur_state; in reg_to_target()