Searched refs:mark_reg_not_init (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/kernel/bpf/ |
| D | verifier.c | 1716 static void mark_reg_not_init(struct bpf_verifier_env *env, in mark_reg_not_init() function 1753 mark_reg_not_init(env, regs, i); in init_reg_state() 6644 mark_reg_not_init(env, regs, caller_saved[i]); in clear_caller_saved_regs() 7456 mark_reg_not_init(env, regs, caller_saved[i]); in check_helper_call() 7729 mark_reg_not_init(env, regs, caller_saved[i]); in check_kfunc_call() 10505 mark_reg_not_init(env, regs, caller_saved[i]); in check_ld_abs()
|