Home
last modified time | relevance | path

Searched refs:bpf_vlog_reset (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/bpf/
H A Dlog.c149 void bpf_vlog_reset(struct bpf_verifier_log *log, u64 new_pos) in bpf_vlog_reset() function
808 bpf_vlog_reset(&env->log, env->prev_log_pos - 1); in print_insn_state()
H A Dliveness.c511 bpf_vlog_reset(&env->log, pos); in print_instance()
522 bpf_vlog_reset(&env->log, has_use ? pos : insn_pos); in print_instance()
1564 bpf_vlog_reset(&env->log, env->log.end_pos - 1); in print_subprog_arg_access()
H A Dverifier.c1741 bpf_vlog_reset(&env->log, head->log_pos); in pop_stack()
19416 bpf_vlog_reset(&env->log, 0); in do_check_common()
/linux/include/linux/
H A Dbpf_verifier.h1090 void bpf_vlog_reset(struct bpf_verifier_log *log, u64 new_pos);