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.c3680 case PTR_TO_ARENA: in is_spillable_regtype()
5095 return reg->type == PTR_TO_ARENA; in is_arena_reg()
5268 case PTR_TO_ARENA: in check_ptr_alignment()
6562 } else if (reg->type == PTR_TO_ARENA) { in check_mem_access()
6723 err = save_aux_ptr_type(env, PTR_TO_ARENA, false); in check_atomic_rmw()
8260 case PTR_TO_ARENA: in check_func_arg_reg_off()
9365 if (reg->type != PTR_TO_ARENA && reg->type != SCALAR_VALUE) { in btf_check_func_arg_match()
15068 if (dst_reg->type == PTR_TO_ARENA || (src_reg && src_reg->type == PTR_TO_ARENA)) { in adjust_reg_min_max_vals()
15071 if (dst_reg->type != PTR_TO_ARENA) in adjust_reg_min_max_vals()
15278 dst_reg->type = PTR_TO_ARENA; in check_alu_op()
[all …]
/linux/include/linux/
H A Dbpf.h1018 PTR_TO_ARENA, enumerator