Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/bpf/
Dverifier.c615 [CONST_PTR_TO_MAP] = "map_ptr", in reg_type_str()
1405 else if (base_type(t) == CONST_PTR_TO_MAP || in print_verifier_state()
2179 reg->type = CONST_PTR_TO_MAP; in mark_ptr_not_null_reg()
4455 case CONST_PTR_TO_MAP: in is_spillable_regtype()
5675 [CONST_PTR_TO_MAP] = btf_bpf_map_id,
6860 } else if (reg->type == CONST_PTR_TO_MAP) { in check_mem_access()
8079 static const struct bpf_reg_types const_map_ptr_types = { .types = { CONST_PTR_TO_MAP } };
9470 callee->regs[BPF_REG_1].type = CONST_PTR_TO_MAP; in set_timer_callback_state()
12500 case CONST_PTR_TO_MAP: in adjust_ptr_min_max_vals()
14788 dst_reg->type = CONST_PTR_TO_MAP; in check_ld_imm()
/linux-6.6.21/include/linux/
Dbpf.h846 CONST_PTR_TO_MAP, /* reg points to struct bpf_map */ enumerator
/linux-6.6.21/Documentation/bpf/
Dverifier.rst124 CONST_PTR_TO_MAP