Searched refs:PTR_TO_MEM_OR_NULL (Results 1 – 3 of 3) sorted by relevance
455 type == PTR_TO_MEM_OR_NULL || in reg_type_may_be_null()473 type == PTR_TO_MEM_OR_NULL; in reg_type_may_be_refcounted_or_null()573 [PTR_TO_MEM_OR_NULL] = "mem_or_null",1169 case PTR_TO_MEM_OR_NULL: in mark_ptr_not_null_reg()2585 case PTR_TO_MEM_OR_NULL: in is_spillable_regtype()6344 regs[BPF_REG_0].type = PTR_TO_MEM_OR_NULL; in check_helper_call()6367 PTR_TO_MEM : PTR_TO_MEM_OR_NULL; in check_helper_call()13128 else if (regs[i].type == PTR_TO_MEM_OR_NULL) { in do_check_common()
5721 reg->type = PTR_TO_MEM_OR_NULL; in btf_prepare_func_args()
452 PTR_TO_MEM_OR_NULL, /* reg points to valid memory region or NULL */ enumerator