Searched refs:__mark_reg_not_init (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/kernel/bpf/ |
D | verifier.c | 1327 static void __mark_reg_not_init(const struct bpf_verifier_env *env, 1386 __mark_reg_not_init(env, regs + regno); in mark_reg_known_zero() 1703 __mark_reg_not_init(env, regs + regno); in mark_reg_unknown() 1709 static void __mark_reg_not_init(const struct bpf_verifier_env *env, in __mark_reg_not_init() function 1723 __mark_reg_not_init(env, regs + regno); in mark_reg_not_init() 1726 __mark_reg_not_init(env, regs + regno); in mark_reg_not_init() 6628 __mark_reg_not_init(env, reg); in release_reference() 6799 __mark_reg_not_init(env, &callee->regs[BPF_REG_5]); in map_set_for_each_callback_args() 6876 __mark_reg_not_init(env, &callee->regs[BPF_REG_3]); in set_loop_callback_state() 6877 __mark_reg_not_init(env, &callee->regs[BPF_REG_4]); in set_loop_callback_state() [all …]
|