Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c5513 /* For mark_ptr_or_null_reg() */ in check_helper_call()
7629 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() function
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()

Completed in 16 milliseconds