Home
last modified time | relevance | path

Searched refs:PTR_TO_ARENA (Results 1 – 8 of 8) sorted by relevance

/linux/kernel/bpf/
H A Dlog.c420 [PTR_TO_ARENA] = "arena", in reg_type_str()
640 if (t == PTR_TO_ARENA) in print_reg_state()
H A Dstates.c649 case PTR_TO_ARENA: in regsafe()
H A Dbpf_struct_ops.c294 info->reg_type = PTR_TO_ARENA; in prepare_arg_info()
H A Dfixups.c861 env->insn_aux_data[i + delta].ptr_type == PTR_TO_ARENA) { in bpf_convert_ctx_accesses()
925 case PTR_TO_ARENA: in bpf_convert_ctx_accesses()
H A Dverifier.c5024 return reg->type == PTR_TO_ARENA; in is_arena_reg()
5226 case PTR_TO_ARENA: in check_ptr_alignment()
6540 } else if (reg->type == PTR_TO_ARENA) { in check_mem_access()
8476 case PTR_TO_ARENA: in __check_func_arg_reg_off()
9703 if (reg->type != PTR_TO_ARENA && reg->type != SCALAR_VALUE) { in btf_check_func_arg_match()
12785 if (reg->type != PTR_TO_ARENA && reg->type != SCALAR_VALUE) { in check_kfunc_args()
15608 if (dst_reg->type == PTR_TO_ARENA || (src_reg && src_reg->type == PTR_TO_ARENA)) { in adjust_reg_min_max_vals()
15611 if (dst_reg->type != PTR_TO_ARENA) in adjust_reg_min_max_vals()
15819 dst_reg->type = PTR_TO_ARENA; in check_alu_op()
17828 case PTR_TO_ARENA: in reg_type_mismatch_ok()
[all …]
H A Dbtf.c6969 (type == PTR_TO_ARENA || in btf_ctx_access()
/linux/include/linux/
H A Dbpf_verifier.h1337 if (base_type(prog->aux->ctx_arg_info[i].reg_type) == PTR_TO_ARENA) in bpf_prog_has_arena_ctx_arg()
H A Dbpf.h1077 PTR_TO_ARENA, enumerator