Searched refs:SCALAR_VALUE (Results 1 – 7 of 7) sorted by relevance
59 if (reg2->type != SCALAR_VALUE || !tnum_is_const(reg2->var_off)) in nfp_record_adjust_head()234 BUILD_BUG_ON(NFP_BPF_SCALAR_VALUE != SCALAR_VALUE || in nfp_bpf_check_helper_call()263 if (reg1->type != SCALAR_VALUE /* NULL ptr */ && in nfp_bpf_check_helper_call()320 if (!(reg0->type == SCALAR_VALUE && tnum_is_const(reg0->var_off))) { in nfp_bpf_check_exit()542 if (sreg->type != SCALAR_VALUE) { in nfp_bpf_check_atomic()
445 [SCALAR_VALUE] = "scalar", in reg_type_str()689 if (t == SCALAR_VALUE && reg->precise) in print_reg_state()691 if (t == SCALAR_VALUE && tnum_is_const(reg->var_off)) { in print_reg_state()725 if (t != SCALAR_VALUE && reg->off) { in print_reg_state()
2118 reg->type = SCALAR_VALUE; in __mark_reg_const_zero()2657 reg->type = SCALAR_VALUE; in __mark_reg_unknown_imprecise()2734 if (reg_type == SCALAR_VALUE) { in mark_btf_ld_reg()5060 tmp_reg->type = SCALAR_VALUE; in check_stack_write_fixed_off()7510 .reg_type = SCALAR_VALUE, in check_mem_access()9313 case SCALAR_VALUE: in check_func_arg_reg_off()15252 off_reg.type = SCALAR_VALUE; in adjust_reg_min_max_vals()16082 if (false_reg1->type != SCALAR_VALUE || false_reg2->type != SCALAR_VALUE) in reg_set_min_max()16124 reg->type = SCALAR_VALUE; in mark_ptr_or_null_reg()18349 case SCALAR_VALUE: in regsafe()[all …]
6898 info->reg_type = SCALAR_VALUE; in btf_ctx_access()7214 return SCALAR_VALUE; in btf_struct_access()7222 return SCALAR_VALUE; in btf_struct_access()
20 If R1=PTR_TO_CTX and insn is R2=R1+R1, then R2=SCALAR_VALUE,118 written to), SCALAR_VALUE (some value which is not usable as a pointer), or a172 branches. For instance, if a SCALAR_VALUE is compared > 8, in the 'true' branch260 operation will set the register state to 'SCALAR_VALUE' and it won't be
5613 return SCALAR_VALUE; in bpf_scx_btf_struct_access()5616 return SCALAR_VALUE; in bpf_scx_btf_struct_access()5619 return SCALAR_VALUE; in bpf_scx_btf_struct_access()
919 SCALAR_VALUE, /* reg doesn't contain a valid pointer */ enumerator