Searched refs:bpf_subprog_info (Results 1 – 6 of 6) sorted by relevance
53 struct bpf_subprog_info *subprog; in mark_subprog_changes_pkt_data()61 struct bpf_subprog_info *subprog; in mark_subprog_might_sleep()69 struct bpf_subprog_info *subprog; in mark_subprog_might_throw()83 struct bpf_subprog_info *caller, *callee; in merge_callee_effects()329 struct bpf_subprog_info *subprog; in create_jt()404 struct bpf_subprog_info *subprog; in visit_abnormal_return_insn()
690 struct bpf_subprog_info *subprogs = env->subprog_info; in bpf_convert_ctx_accesses()1435 struct bpf_subprog_info *info = env->subprog_info; in add_hidden_subprog()1476 struct bpf_subprog_info *subprogs = env->subprog_info; in bpf_do_misc_fixups()2499 struct bpf_subprog_info *subprogs = env->subprog_info; in bpf_optimize_bpf_loop()2547 struct bpf_subprog_info *subprog = env->subprog_info; in bpf_remove_fastcall_spills_fills()
383 struct bpf_subprog_info *info = subprog_info(env, subprog); in bpf_mark_subprog_exc_cb()2630 return ((struct bpf_subprog_info *)a)->start - in cmp_subprogs()2631 ((struct bpf_subprog_info *)b)->start; in cmp_subprogs()2635 struct bpf_subprog_info *bpf_find_containing_subprog(struct bpf_verifier_env *env, int off) in bpf_find_containing_subprog()2637 struct bpf_subprog_info *vals = env->subprog_info; in bpf_find_containing_subprog()2658 struct bpf_subprog_info *p; in bpf_find_subprog()3093 struct bpf_subprog_info *subprog = env->subprog_info; in add_subprog_and_kfunc()3157 struct bpf_subprog_info *subprog = env->subprog_info; in check_subprogs()3219 struct bpf_subprog_info *si = env->subprog_info; in sort_subprogs_topo()3773 struct bpf_subprog_info *subprog = &env->subprog_info[state->subprogno]; in check_fastcall_stack_contract()[all …]
311 struct bpf_subprog_info *subprog; in update_instance()
7839 struct bpf_subprog_info *sub = subprog_info(env, subprog); in btf_prepare_func_args()
719 struct bpf_subprog_info { struct855 …struct bpf_subprog_info subprog_info[BPF_MAX_SUBPROGS + 2]; /* max + 2 for the fake and exception …933 static inline struct bpf_subprog_info *subprog_info(struct bpf_verifier_env *env, int subprog) in subprog_info()1305 struct bpf_subprog_info *bpf_find_containing_subprog(struct bpf_verifier_env *env, int off);