Lines Matching refs:bpf_func

552 	if (!is_spi_bounds_valid(bpf_func(env, reg), spi, nr_slots))  in stack_slot_obj_get_spi()
646 struct bpf_func_state *state = bpf_func(env, reg); in mark_stack_slots_dynptr()
716 struct bpf_func_state *state = bpf_func(env, reg); in unmark_stack_slots_dynptr()
881 struct bpf_func_state *state = bpf_func(env, reg); in is_dynptr_reg_valid_init()
911 struct bpf_func_state *state = bpf_func(env, reg); in is_dynptr_type_expected()
941 struct bpf_func_state *state = bpf_func(env, reg); in mark_stack_slots_iter()
982 struct bpf_func_state *state = bpf_func(env, reg); in unmark_stack_slots_iter()
1010 struct bpf_func_state *state = bpf_func(env, reg); in is_iter_reg_valid_uninit()
1037 struct bpf_func_state *state = bpf_func(env, reg); in is_iter_reg_valid_init()
1074 struct bpf_func_state *state = bpf_func(env, reg); in mark_stack_slot_irq_flag()
1105 struct bpf_func_state *state = bpf_func(env, reg); in unmark_stack_slot_irq_flag()
1154 struct bpf_func_state *state = bpf_func(env, reg); in is_irq_flag_reg_valid_uninit()
1178 struct bpf_func_state *state = bpf_func(env, reg); in is_irq_flag_reg_valid_init()
4281 struct bpf_func_state *ptr_state = bpf_func(env, reg); in check_stack_read_var_off()
4313 struct bpf_func_state *state = bpf_func(env, reg); in check_stack_read()
4369 struct bpf_func_state *state = bpf_func(env, reg); in check_stack_write()
6235 struct bpf_func_state *state = bpf_func(env, reg); in check_stack_access_within_bounds()
6821 struct bpf_func_state *state = bpf_func(env, reg); in check_stack_range_initialized()
7536 struct bpf_func_state *state = bpf_func(env, reg); in iter_ref_obj_id()
8318 struct bpf_func_state *state = bpf_func(env, reg); in dynptr_id()
8331 struct bpf_func_state *state = bpf_func(env, reg); in dynptr_ref_obj_id()
8345 struct bpf_func_state *state = bpf_func(env, reg); in dynptr_get_type()
8419 struct bpf_func_state *state = bpf_func(env, key); in get_constant_map_key()
8539 struct bpf_func_state *state = bpf_func(env, reg); in check_func_arg()
19317 fname = kallsyms_lookup((unsigned long)btp->bpf_func, NULL, NULL, NULL, in bpf_check_attach_target()
19398 addr = (long) tgt_prog->bpf_func; in bpf_check_attach_target()
19400 addr = (long) tgt_prog->aux->func[subprog]->bpf_func; in bpf_check_attach_target()