Searched refs:__mark_reg_not_init (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/kernel/bpf/ |
| D | verifier.c | 1069 static void __mark_reg_not_init(const struct bpf_verifier_env *env, 1128 __mark_reg_not_init(env, regs + regno); in mark_reg_known_zero() 1462 __mark_reg_not_init(env, regs + regno); in mark_reg_unknown() 1468 static void __mark_reg_not_init(const struct bpf_verifier_env *env, in __mark_reg_not_init() function 1482 __mark_reg_not_init(env, regs + regno); in mark_reg_not_init() 1485 __mark_reg_not_init(env, regs + regno); in mark_reg_not_init() 5841 __mark_reg_not_init(env, &callee->regs[BPF_REG_5]); in map_set_for_each_callback_args() 5927 __mark_reg_not_init(env, &callee->regs[BPF_REG_4]); in set_timer_callback_state() 5928 __mark_reg_not_init(env, &callee->regs[BPF_REG_5]); in set_timer_callback_state() 10115 __mark_reg_not_init(env, &st->regs[i]); in clean_func_state() [all …]
|