Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/bpf/
H A Dverifier.c235 NFP_BPF_MAP_VALUE != PTR_TO_MAP_VALUE || in nfp_bpf_check_helper_call()
265 reg1->type != PTR_TO_MAP_VALUE && in nfp_bpf_check_helper_call()
459 reg->type != PTR_TO_MAP_VALUE && in nfp_bpf_check_ptr()
471 if (reg->type == PTR_TO_MAP_VALUE) { in nfp_bpf_check_ptr()
532 if (dreg->type != PTR_TO_MAP_VALUE) { in nfp_bpf_check_xadd()
H A Djit.c743 src_40bit_addr = meta->ptr.type == PTR_TO_MAP_VALUE; in nfp_cpp_memcpy()
2880 if (meta->ptr.type == PTR_TO_MAP_VALUE) in mem_ldx()
4053 ld_meta->ptr.type != PTR_TO_MAP_VALUE) in curr_pair_is_memcpy()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dverifier.c403 type == PTR_TO_MAP_VALUE || in reg_type_not_null()
421 return reg->type == PTR_TO_MAP_VALUE && in reg_may_point_to_spin_lock()
505 [PTR_TO_MAP_VALUE] = "map_value",
601 t == PTR_TO_MAP_VALUE || in print_verifier_state()
2197 case PTR_TO_MAP_VALUE: in is_spillable_regtype()
2802 case PTR_TO_MAP_VALUE: in __check_mem_access()
3205 case PTR_TO_MAP_VALUE: in check_ptr_alignment()
3762 if (reg->type == PTR_TO_MAP_VALUE) { in check_mem_access()
4130 case PTR_TO_MAP_VALUE: in check_helper_mem_access()
4323 PTR_TO_MAP_VALUE,
[all …]
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dfilter.rst1181 PTR_TO_MAP_VALUE
1186 which becomes a PTR_TO_MAP_VALUE when checked != NULL.
1255 behaviour to the handling for PTR_TO_MAP_VALUE_OR_NULL->PTR_TO_MAP_VALUE, but
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h388 PTR_TO_MAP_VALUE, /* reg points to map element value */ enumerator