Home
last modified time | relevance | path

Searched defs:vstate (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/bpf/
H A Dlog.c700 void print_verifier_state(struct bpf_verifier_env *env, const struct bpf_verifier_state *vstate, in print_verifier_state()
803 void print_insn_state(struct bpf_verifier_env *env, const struct bpf_verifier_state *vstate, in print_insn_state()
H A Dverifier.c3210 struct bpf_verifier_state *vstate = env->cur_state; in check_reg_arg() local
3787 struct bpf_verifier_state *vstate = env->cur_state; in mark_reg_stack_read() local
3857 struct bpf_verifier_state *vstate = env->cur_state; in check_stack_read_fixed_off() local
4205 struct bpf_verifier_state *vstate = env->cur_state; in check_stack_arg_read() local
6587 struct bpf_verifier_state *vstate = env->cur_state; in check_load_mem() local
6633 struct bpf_verifier_state *vstate = env->cur_state; in check_store_reg() local
9337 static void mark_pkt_end(struct bpf_verifier_state *vstate, int regn, bool range_open) in mark_pkt_end()
9413 struct bpf_verifier_state *vstate = env->cur_state; in release_reference() local
14232 struct bpf_verifier_state *vstate = env->cur_state; in sanitize_ptr_alu() local
14321 struct bpf_verifier_state *vstate = env->cur_state; in sanitize_mark_insn_seen() local
[all …]
H A Ddiagnostics.c1551 struct bpf_verifier_state *vstate = env->cur_state; in target_to_reg() local
1582 struct bpf_verifier_state *vstate = env->cur_state; in reg_to_target() local
/linux/tools/perf/util/
H A Dpmus.c575 perf_pmus__print_pmu_events__callback(void * vstate,struct pmu_event_info * info) perf_pmus__print_pmu_events__callback() argument