Searched refs:bpf_func_state (Results 1 – 6 of 6) sorted by relevance
| /linux/include/linux/ |
| A D | bpf_verifier.h | 298 struct bpf_func_state { struct 386 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() 988 const struct bpf_func_state *state, bool print_all); 989 void print_insn_state(struct bpf_verifier_env *env, const struct bpf_func_state *state);
|
| A D | bpf.h | 53 struct bpf_func_state; 171 struct bpf_func_state *caller, 172 struct bpf_func_state *callee); 2499 struct bpf_func_state *caller, 2500 struct bpf_func_state *callee);
|
| /linux/kernel/bpf/ |
| A D | verifier.c | 865 struct bpf_func_state *fstate; in destroy_if_dynptr_stack_slot() 1261 static int copy_reference_state(struct bpf_func_state *dst, const struct bpf_func_state *src) in copy_reference_state() 1272 static int copy_stack_state(struct bpf_func_state *dst, const struct bpf_func_state *src) in copy_stack_state() 1415 struct bpf_func_state *dst; in copy_verifier_state() 2473 struct bpf_func_state *frame; in push_async_cb() 4118 struct bpf_func_state *func; in mark_all_scalars_precise() 4164 struct bpf_func_state *func; in mark_all_scalars_imprecise() 4281 struct bpf_func_state *func; in __mark_chain_precision() 9429 struct bpf_func_state *state; in clear_all_pkt_pointers() 15282 struct bpf_func_state *func; in collect_linked_regs() [all …]
|
| A D | log.c | 681 const struct bpf_func_state *state, in print_reg_state() 756 void print_verifier_state(struct bpf_verifier_env *env, const struct bpf_func_state *state, in print_verifier_state() 867 void print_insn_state(struct bpf_verifier_env *env, const struct bpf_func_state *state) in print_insn_state()
|
| /linux/Documentation/bpf/ |
| A D | verifier.rst | 377 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/ |
| A D | verifier.c | 88 struct bpf_func_state *state; in nfp_bpf_map_update_value_ok()
|
Completed in 60 milliseconds