• Home
  • Raw
  • Download

Lines Matching defs:state

434 				 const struct bpf_func_state *state)  in print_verifier_state()
622 struct bpf_func_state *state = cur_func(env); in acquire_reference_state() local
637 static int release_reference_state(struct bpf_func_state *state, int ptr_id) in release_reference_state()
667 static void free_func_state(struct bpf_func_state *state) in free_func_state()
676 static void clear_jmp_history(struct bpf_verifier_state *state) in clear_jmp_history()
683 static void free_verifier_state(struct bpf_verifier_state *state, in free_verifier_state()
1054 struct bpf_func_state *state) in init_reg_state()
1078 struct bpf_func_state *state, in init_func_state()
1208 const struct bpf_reg_state *state, in mark_reg_read()
1374 struct bpf_func_state *state = vstate->frame[vstate->curframe]; in check_reg_arg() local
1881 static void save_register_state(struct bpf_func_state *state, in save_register_state()
1897 struct bpf_func_state *state, /* func where register points to */ in check_stack_write()
2029 struct bpf_func_state *state = vstate->frame[vstate->curframe]; in check_stack_read() local
2183 struct bpf_func_state *state = vstate->frame[vstate->curframe]; in check_map_access() local
2766 struct bpf_func_state *state; in check_mem_access() local
2979 struct bpf_func_state *state = func(env, reg); in check_stack_boundary() local
3697 struct bpf_func_state *state) in __clear_all_pkt_pointers()
3724 struct bpf_func_state *state, in release_reg_references()
3765 struct bpf_verifier_state *state = env->cur_state; in check_func_call() local
3839 struct bpf_verifier_state *state = env->cur_state; in prepare_func_exit() local
3942 struct bpf_func_state *state = cur_func(env); in check_reference_leak() local
4343 struct bpf_func_state *state = vstate->frame[vstate->curframe]; in adjust_ptr_min_max_vals() local
4867 struct bpf_func_state *state = vstate->frame[vstate->curframe]; in adjust_reg_min_max_vals() local
5100 static void __find_good_pkt_pointers(struct bpf_func_state *state, in __find_good_pkt_pointers()
5627 static void mark_ptr_or_null_reg(struct bpf_func_state *state, in mark_ptr_or_null_reg()
5680 static void __mark_ptr_or_null_regs(struct bpf_func_state *state, u32 id, in __mark_ptr_or_null_regs()
5702 struct bpf_func_state *state = vstate->frame[vstate->curframe]; in mark_ptr_or_null_regs() local
6241 struct bpf_func_state *state = cur->frame[cur->curframe]; in explored_state() local
7159 struct bpf_func_state *state, *parent; in propagate_liveness() local
7205 struct bpf_func_state *state; in propagate_precision() local
7501 struct bpf_verifier_state *state; in do_check() local