Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/netronome/nfp/bpf/
Dverifier.c221 NFP_BPF_MAP_VALUE != PTR_TO_MAP_VALUE || in nfp_bpf_check_call()
251 reg1->type != PTR_TO_MAP_VALUE && in nfp_bpf_check_call()
435 reg->type != PTR_TO_MAP_VALUE && in nfp_bpf_check_ptr()
447 if (reg->type == PTR_TO_MAP_VALUE) { in nfp_bpf_check_ptr()
508 if (dreg->type != PTR_TO_MAP_VALUE) { in nfp_bpf_check_xadd()
Djit.c723 src_40bit_addr = meta->ptr.type == PTR_TO_MAP_VALUE; in nfp_cpp_memcpy()
2727 if (meta->ptr.type == PTR_TO_MAP_VALUE) in mem_ldx()
3585 ld_meta->ptr.type != PTR_TO_MAP_VALUE) in curr_pair_is_memcpy()
/Linux-v4.19/kernel/bpf/
Dverifier.c258 [PTR_TO_MAP_VALUE] = "map_value",
315 t == PTR_TO_MAP_VALUE || in print_verifier_state()
989 case PTR_TO_MAP_VALUE: in is_spillable_regtype()
1508 case PTR_TO_MAP_VALUE: in check_ptr_alignment()
1695 if (reg->type == PTR_TO_MAP_VALUE) { in check_mem_access()
1928 case PTR_TO_MAP_VALUE: in check_helper_mem_access()
1983 if (!type_is_pkt_pointer(type) && type != PTR_TO_MAP_VALUE && in check_func_arg()
2012 type != PTR_TO_MAP_VALUE && in check_func_arg()
2578 regs[BPF_REG_0].type = PTR_TO_MAP_VALUE; in check_helper_call()
3689 reg->type = PTR_TO_MAP_VALUE; in mark_map_reg()
[all …]
/Linux-v4.19/include/linux/
Dbpf.h209 PTR_TO_MAP_VALUE, /* reg points to map element value */ enumerator
/Linux-v4.19/Documentation/networking/
Dfilter.txt1119 PTR_TO_MAP_VALUE Pointer to the value stored in a map element.
1123 which becomes a PTR_TO_MAP_VALUE when checked != NULL.