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()
697 if (t == PTR_TO_ARENA) in print_reg_state()
H A Dverifier.c4403 case PTR_TO_ARENA: in is_spillable_regtype()
5703 return reg->type == PTR_TO_ARENA; in is_arena_reg()
5854 case PTR_TO_ARENA: in check_ptr_alignment()
6982 } else if (reg->type == PTR_TO_ARENA) { in check_mem_access()
7102 err = save_aux_ptr_type(env, PTR_TO_ARENA, false); in check_atomic()
8482 case PTR_TO_ARENA: in check_func_arg_reg_off()
14043 if (dst_reg->type == PTR_TO_ARENA) { in adjust_reg_min_max_vals()
14222 dst_reg->type = PTR_TO_ARENA; in check_alu_op()
16799 case PTR_TO_ARENA: in regsafe()
17685 case PTR_TO_ARENA: in reg_type_mismatch_ok()
[all …]
/linux/include/linux/
H A Dbpf.h897 PTR_TO_ARENA, enumerator