Home
last modified time | relevance | path

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

/linux/kernel/bpf/
A Dverifier.c547 [CONST_PTR_TO_MAP] = "map_ptr",
658 else if (t == CONST_PTR_TO_MAP || in print_verifier_state()
1149 reg->type = CONST_PTR_TO_MAP; in mark_ptr_not_null_reg()
2718 case CONST_PTR_TO_MAP: in is_spillable_regtype()
4483 } else if (reg->type == CONST_PTR_TO_MAP) { in check_mem_access()
5092 static const struct bpf_reg_types const_map_ptr_types = { .types = { CONST_PTR_TO_MAP } };
6129 callee->regs[BPF_REG_1].type = CONST_PTR_TO_MAP; in set_timer_callback_state()
7225 case CONST_PTR_TO_MAP: in adjust_ptr_min_max_vals()
9442 dst_reg->type = CONST_PTR_TO_MAP; in check_ld_imm()
10524 case CONST_PTR_TO_MAP: in regsafe()
/linux/include/linux/
A Dbpf.h422 CONST_PTR_TO_MAP, /* reg points to struct bpf_map */ enumerator
/linux/Documentation/networking/
A Dfilter.rst1228 CONST_PTR_TO_MAP

Completed in 32 milliseconds