Home
last modified time | relevance | path

Searched refs:is_null (Results 1 - 1 of 1) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c7629 static void mark_ptr_or_null_reg(struct bpf_func_state *state, struct bpf_reg_state *reg, u32 id, bool is_null) in mark_ptr_or_null_reg() argument
7642 if (is_null) { in mark_ptr_or_null_reg()
7661 if (is_null) { in mark_ptr_or_null_reg()
7680 static void __mark_ptr_or_null_regs(struct bpf_func_state *state, u32 id, bool is_null) in __mark_ptr_or_null_regs() argument
7686 mark_ptr_or_null_reg(state, &state->regs[i], id, is_null); in __mark_ptr_or_null_regs()
7694 mark_ptr_or_null_reg(state, reg, id, is_null); in __mark_ptr_or_null_regs()
7701 static void mark_ptr_or_null_regs(struct bpf_verifier_state *vstate, u32 regno, bool is_null) in mark_ptr_or_null_regs() argument
7709 if (ref_obj_id && ref_obj_id == id && is_null) { in mark_ptr_or_null_regs()
7718 __mark_ptr_or_null_regs(vstate->frame[i], id, is_null); in mark_ptr_or_null_regs()

Completed in 16 milliseconds