Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/netronome/nfp/bpf/
A Dverifier.c59 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()
/linux/kernel/bpf/
A Dverifier.c545 [SCALAR_VALUE] = "inv",
654 if (t != SCALAR_VALUE) in print_verifier_state()
1126 reg->type = SCALAR_VALUE; in __mark_reg_const_zero()
1463 reg->type = SCALAR_VALUE; in __mark_reg_unknown()
1508 if (reg_type == SCALAR_VALUE) { in mark_btf_ld_reg()
2963 && *stype != SCALAR_VALUE) { in check_stack_write_var_off()
6174 if (r0->type != SCALAR_VALUE) { in prepare_func_exit()
8202 off_reg.type = SCALAR_VALUE; in adjust_reg_min_max_vals()
8975 reg->type = SCALAR_VALUE; in mark_ptr_or_null_reg()
9386 dst_reg->type = SCALAR_VALUE; in check_ld_imm()
[all …]
A Dbtf.c5259 return SCALAR_VALUE; in btf_struct_access()
5610 if (reg->type == SCALAR_VALUE) in btf_check_func_arg_match()
5829 reg->type = SCALAR_VALUE; in btf_prepare_func_args()
/linux/Documentation/networking/
A Dfilter.rst1125 If R1=PTR_TO_CTX and insn is R2=R1+R1, then R2=SCALAR_VALUE,
1222 written to), SCALAR_VALUE (some value which is not usable as a pointer), or a
1276 branches. For instance, if a SCALAR_VALUE is compared > 8, in the 'true' branch
1363 operation will set the register state to 'SCALAR_VALUE' and it won't be
/linux/include/linux/
A Dbpf.h420 SCALAR_VALUE, /* reg doesn't contain a valid pointer */ enumerator

Completed in 47 milliseconds