Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dlog.c461 [PTR_TO_ARENA] = "arena", in reg_type_str()
686 if (t == PTR_TO_ARENA) in print_reg_state()
H A Dverifier.c4906 case PTR_TO_ARENA: in is_spillable_regtype()
6272 return reg->type == PTR_TO_ARENA; in is_arena_reg()
6443 case PTR_TO_ARENA: in check_ptr_alignment()
7686 } else if (reg->type == PTR_TO_ARENA) { in check_mem_access()
7847 err = save_aux_ptr_type(env, PTR_TO_ARENA, false); in check_atomic_rmw()
9411 case PTR_TO_ARENA: in check_func_arg_reg_off()
10484 if (reg->type != PTR_TO_ARENA && reg->type != SCALAR_VALUE) { in btf_check_func_arg_match()
15491 if (dst_reg->type == PTR_TO_ARENA) { in adjust_reg_min_max_vals()
15711 dst_reg->type = PTR_TO_ARENA; in check_alu_op()
18791 case PTR_TO_ARENA: in regsafe()
[all …]
/linux/include/linux/
H A Dbpf.h988 PTR_TO_ARENA, enumerator