Home
last modified time | relevance | path

Searched refs:CONST_PTR_TO_MAP (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c122 * BPF_LD_MAP_FD(BPF_REG_1, map_fd), // after this insn R1 type is CONST_PTR_TO_MAP
125 * .arg1_type == ARG_CONST_MAP_PTR and R1->type == CONST_PTR_TO_MAP, which is ok,
488 [CONST_PTR_TO_MAP] = "map_ptr", in reg_type_str()
597 } else if (base_type(t) == CONST_PTR_TO_MAP || base_type(t) == PTR_TO_MAP_VALUE) { in print_verifier_state()
2224 case CONST_PTR_TO_MAP: in is_spillable_regtype()
3860 } else if (reg->type == CONST_PTR_TO_MAP) { in check_mem_access()
4312 static const struct bpf_reg_types const_map_ptr_types = {.types = {CONST_PTR_TO_MAP}};
5986 case CONST_PTR_TO_MAP: in adjust_ptr_min_max_vals()
7648 reg->type = CONST_PTR_TO_MAP; in mark_ptr_or_null_reg()
8046 dst_reg->type = CONST_PTR_TO_MAP; in check_ld_imm()
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dbpf.h401 CONST_PTR_TO_MAP, /* reg points to struct bpf_map */ enumerator

Completed in 21 milliseconds