Home
last modified time | relevance | path

Searched refs:bpf_func_state (Results 1 – 6 of 6) sorted by relevance

/linux/kernel/bpf/
H A Dverifier.c587 static struct bpf_func_state *func(struct bpf_verifier_env *env, in func()
595 static bool is_spi_bounds_valid(struct bpf_func_state *state, int spi, int nr_slots) in is_spi_bounds_valid()
714 struct bpf_func_state *state, int spi);
719 struct bpf_func_state *state = func(env, reg); in mark_stack_slots_dynptr()
777 static void invalidate_dynptr(struct bpf_verifier_env *env, struct bpf_func_state *state, int spi) in invalidate_dynptr()
816 struct bpf_func_state *state = func(env, reg); in unmark_stack_slots_dynptr()
872 struct bpf_func_state *state, int spi) in destroy_if_dynptr_stack_slot()
874 struct bpf_func_state *fstate; in destroy_if_dynptr_stack_slot()
957 struct bpf_func_state *state = func(env, reg); in is_dynptr_reg_valid_init()
987 struct bpf_func_state *state = func(env, reg); in is_dynptr_type_expected()
[all …]
H A Dlog.c682 const struct bpf_func_state *state, in print_reg_state()
760 const struct bpf_func_state *state = vstate->frame[frameno]; in print_verifier_state()
/linux/include/linux/
H A Dbpf_verifier.h284 struct bpf_func_state { struct
370 struct bpf_func_state *frame[MAX_CALL_FRAMES];
814 static inline struct bpf_func_state *cur_func(struct bpf_verifier_env *env) in cur_func()
H A Dbpf.h53 struct bpf_func_state;
171 struct bpf_func_state *caller,
172 struct bpf_func_state *callee);
2563 struct bpf_func_state *caller,
2564 struct bpf_func_state *callee);
/linux/Documentation/bpf/
H A Dverifier.rst377 struct bpf_func_state {
384 struct bpf_func_state *frame[MAX_CALL_FRAMES];
425 * When function call is processed a new ``struct bpf_func_state`` instance is
/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Dverifier.c88 struct bpf_func_state *state; in nfp_bpf_map_update_value_ok()