Home
last modified time | relevance | path

Searched refs:CONST_PTR_TO_MAP (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/kernel/bpf/
Dverifier.c257 [CONST_PTR_TO_MAP] = "map_ptr",
314 else if (t == CONST_PTR_TO_MAP || in print_verifier_state()
996 case CONST_PTR_TO_MAP: in is_spillable_regtype()
1992 expected_type = CONST_PTR_TO_MAP; in check_func_arg()
2730 if (ptr_reg->type == CONST_PTR_TO_MAP) { in adjust_ptr_min_max_vals()
3686 reg->type = CONST_PTR_TO_MAP; in mark_map_reg()
3976 regs[insn->dst_reg].type = CONST_PTR_TO_MAP; in check_ld_imm()
4460 case CONST_PTR_TO_MAP: in regsafe()
/Linux-v4.19/include/linux/
Dbpf.h208 CONST_PTR_TO_MAP, /* reg points to struct bpf_map */ enumerator
/Linux-v4.19/Documentation/networking/
Dfilter.txt1117 CONST_PTR_TO_MAP Pointer to struct bpf_map. "Const" because arithmetic