Searched refs:map_ptr (Results 1 - 1 of 1) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/bpf/ |
H A D | verifier.c | 126 * Now verifier knows that this map has key of R1->map_ptr->key_size bytes
240 struct bpf_map *map_ptr;
member 413 return reg->type == PTR_TO_MAP_VALUE && map_value_has_spin_lock(reg->map_ptr);
in reg_may_point_to_spin_lock() 488 [CONST_PTR_TO_MAP] = "map_ptr",
in reg_type_str() 598 verbose(env, ",ks=%d,vs=%d", reg->map_ptr->key_size, reg->map_ptr->value_size);
in print_verifier_state() 1027 /* Clear id, off, and union(map_ptr, range) */
in verifier_mark_reg_known() 1321 * Clear type, id, off, and union(map_ptr, range) and
in __mark_reg_unknown() 2765 struct bpf_map *map = regs[regno].map_ptr;
in check_map_access_type() 2867 struct bpf_map *map = reg->map_ptr;
in check_map_access() 10968 struct bpf_map *map_ptr; jit_subprogs() local 11235 struct bpf_map *map_ptr; fixup_bpf_calls() local [all...] |
Completed in 9 milliseconds