Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/bpf/
Dverifier.c5602 bool is_null) in mark_ptr_or_null_reg() argument
5615 if (is_null) { in mark_ptr_or_null_reg()
5634 if (is_null) { in mark_ptr_or_null_reg()
5654 bool is_null) in __mark_ptr_or_null_regs() argument
5660 mark_ptr_or_null_reg(state, &state->regs[i], id, is_null); in __mark_ptr_or_null_regs()
5665 mark_ptr_or_null_reg(state, reg, id, is_null); in __mark_ptr_or_null_regs()
5673 bool is_null) in mark_ptr_or_null_regs() argument
5681 if (ref_obj_id && ref_obj_id == id && is_null) in mark_ptr_or_null_regs()
5689 __mark_ptr_or_null_regs(vstate->frame[i], id, is_null); in mark_ptr_or_null_regs()