Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/bpf/
Dverifier.c7211 bool is_null) in mark_ptr_or_null_reg() argument
7225 if (is_null) { in mark_ptr_or_null_reg()
7256 if (is_null) { in mark_ptr_or_null_reg()
7276 bool is_null) in __mark_ptr_or_null_regs() argument
7282 mark_ptr_or_null_reg(state, &state->regs[i], id, is_null); in __mark_ptr_or_null_regs()
7287 mark_ptr_or_null_reg(state, reg, id, is_null); in __mark_ptr_or_null_regs()
7295 bool is_null) in mark_ptr_or_null_regs() argument
7303 if (ref_obj_id && ref_obj_id == id && is_null) in mark_ptr_or_null_regs()
7311 __mark_ptr_or_null_regs(vstate->frame[i], id, is_null); in mark_ptr_or_null_regs()