Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/netronome/nfp/bpf/
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()
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()
/Linux-v5.4/kernel/bpf/
Dverifier.c343 return reg->type == PTR_TO_MAP_VALUE && in reg_may_point_to_spin_lock()
388 [PTR_TO_MAP_VALUE] = "map_value",
465 t == PTR_TO_MAP_VALUE || in print_verifier_state()
1836 case PTR_TO_MAP_VALUE: in is_spillable_regtype()
2543 case PTR_TO_MAP_VALUE: in check_ptr_alignment()
2769 if (reg->type == PTR_TO_MAP_VALUE) { in check_mem_access()
3098 case PTR_TO_MAP_VALUE: in check_helper_mem_access()
3139 if (reg->type != PTR_TO_MAP_VALUE) { in process_spin_lock()
3264 type != PTR_TO_MAP_VALUE && in check_func_arg()
3322 type != PTR_TO_MAP_VALUE && in check_func_arg()
[all …]
/Linux-v5.4/include/linux/
Dbpf.h269 PTR_TO_MAP_VALUE, /* reg points to map element value */ enumerator
/Linux-v5.4/Documentation/networking/
Dfilter.txt1124 PTR_TO_MAP_VALUE Pointer to the value stored in a map element.
1128 which becomes a PTR_TO_MAP_VALUE when checked != NULL.
1189 behaviour to the handling for PTR_TO_MAP_VALUE_OR_NULL->PTR_TO_MAP_VALUE, but