Searched refs:mark_reg_not_init (Results 1 - 1 of 1) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/bpf/ |
H A D | verifier.c | 1351 static void mark_reg_not_init(struct bpf_verifier_env *env, struct bpf_reg_state *regs, u32 regno)
in mark_reg_not_init() function 1354 verbose(env, "mark_reg_not_init(regs, %u)\n", regno);
in mark_reg_not_init() 1383 mark_reg_not_init(env, regs, i);
in init_reg_state() 5057 mark_reg_not_init(env, regs, caller_saved[i]);
in clear_caller_saved_regs() 5411 mark_reg_not_init(env, regs, caller_saved[i]);
in check_helper_call() 8146 mark_reg_not_init(env, regs, caller_saved[i]);
in check_ld_abs()
|
Completed in 18 milliseconds