Home
last modified time | relevance | path

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

/linux/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()
537 if (dreg->type != PTR_TO_MAP_VALUE) { in nfp_bpf_check_atomic()
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()
4059 ld_meta->ptr.type != PTR_TO_MAP_VALUE) in curr_pair_is_memcpy()
/linux/kernel/bpf/
H A Dlog.c448 [PTR_TO_MAP_VALUE] = "map_value", in reg_type_str()
668 case PTR_TO_MAP_VALUE: in type_is_map_ptr()
H A Dverifier.c101 * can be: PTR_TO_MAP_VALUE, PTR_TO_CTX, PTR_TO_STACK, PTR_TO_SOCKET. These are
104 * PTR_TO_MAP_VALUE means that this register is pointing to 'map element value'
156 * PTR_TO_MAP_VALUE and the same register changes state to CONST_IMM in the false
170 * PTR_TO_MAP_VALUE, PTR_TO_SOCKET_OR_NULL becomes PTR_TO_SOCKET when the type
410 type == PTR_TO_MAP_VALUE || in reg_not_null()
423 if (reg->type == PTR_TO_MAP_VALUE) { in reg_btf_record()
2226 if (base_type(reg->type) == PTR_TO_MAP_VALUE) { in mark_ptr_not_null_reg()
2245 reg->type = PTR_TO_MAP_VALUE; in mark_ptr_not_null_reg()
4965 case PTR_TO_MAP_VALUE: in is_spillable_regtype()
5722 case PTR_TO_MAP_VALUE in __check_mem_access()
[all...]
/linux/Documentation/bpf/
H A Dverifier.rst127 PTR_TO_MAP_VALUE
132 PTR_TO_MAP_VALUE when checked != NULL. Arithmetic on
201 behaviour to the handling for PTR_TO_MAP_VALUE_OR_NULL->PTR_TO_MAP_VALUE, but
/linux/include/linux/
H A Dbpf.h946 PTR_TO_MAP_VALUE, /* reg points to map element value */ enumerator
977 PTR_TO_MAP_VALUE_OR_NULL = PTR_MAYBE_NULL | PTR_TO_MAP_VALUE,