Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c4961 case PTR_TO_ARENA: in is_spillable_regtype()
6338 return reg->type == PTR_TO_ARENA; in is_arena_reg()
6511 case PTR_TO_ARENA: in check_ptr_alignment()
7775 } else if (reg->type == PTR_TO_ARENA) { in check_mem_access()
7936 err = save_aux_ptr_type(env, PTR_TO_ARENA, false); in check_atomic_rmw()
9509 case PTR_TO_ARENA: in check_func_arg_reg_off()
10587 if (reg->type != PTR_TO_ARENA && reg->type != SCALAR_VALUE) { in btf_check_func_arg_match()
15628 if (dst_reg->type == PTR_TO_ARENA) { in adjust_reg_min_max_vals()
15848 dst_reg->type = PTR_TO_ARENA; in check_alu_op()
19205 case PTR_TO_ARENA: in regsafe()
[all …]
/linux/include/linux/
H A Dbpf.h1001 PTR_TO_ARENA, enumerator