Searched refs:mark_reg_not_init (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | verifier.c | 2927 static void mark_reg_not_init(struct bpf_verifier_env *env, in mark_reg_not_init() function 2977 mark_reg_not_init(env, regs, i); in init_reg_state() 10626 mark_reg_not_init(env, regs, caller_saved[i]); in clear_caller_saved_regs() 11948 mark_reg_not_init(env, regs, caller_saved[i]); in check_helper_call() 14155 mark_reg_not_init(env, regs, caller_saved[i]); in check_kfunc_call() 14345 mark_reg_not_init(env, regs, regno); in check_kfunc_call() 17922 mark_reg_not_init(env, regs, caller_saved[i]); in check_ld_abs()
|