Searched refs:mark_reg_not_init (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/kernel/bpf/ |
| D | verifier.c | 1475 static void mark_reg_not_init(struct bpf_verifier_env *env, in mark_reg_not_init() function 1511 mark_reg_not_init(env, regs, i); in init_reg_state() 5692 mark_reg_not_init(env, regs, caller_saved[i]); in clear_caller_saved_regs() 6298 mark_reg_not_init(env, regs, caller_saved[i]); in check_helper_call() 6509 mark_reg_not_init(env, regs, caller_saved[i]); in check_kfunc_call() 9311 mark_reg_not_init(env, regs, caller_saved[i]); in check_ld_abs()
|