Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbtf.h234 static inline bool btf_type_is_ptr(const struct btf_type *t) in btf_type_is_ptr() function
566 if (!btf_type_is_ptr(t)) in btf_type_is_struct_ptr()
/openbmc/linux/kernel/bpf/
H A Dbtf.c622 if (!btf_type_is_ptr(t)) in btf_type_resolve_ptr()
669 btf_type_is_ptr(t) || in btf_type_needs_resolve()
1777 !btf_type_is_ptr(next_type); in env_type_is_resolve_sink()
1821 if (btf_type_is_ptr(t)) in env_stack_push()
1990 } else if (btf_type_is_ptr(size_type)) { in btf_type_id_size()
2005 else if (btf_type_is_ptr(size_type)) in btf_type_id_size()
2624 if (btf_type_is_ptr(resolved_type) && in btf_var_resolve()
2678 if (btf_type_is_ptr(resolved_type) && in btf_ptr_resolve()
3283 if (!btf_type_is_ptr(t)) in btf_find_kptr()
5031 if (btf_type_is_modifier(t) || btf_type_is_ptr(t) || in btf_resolve_valid()
[all …]
H A Dverifier.c10576 if (!btf_type_is_ptr(t)) in BTF_ID()
11343 if (!btf_type_is_ptr(t)) { in check_kfunc_args()
11856 } else if (btf_type_is_ptr(t)) { in check_kfunc_call()
12056 if (btf_type_is_ptr(t)) in check_kfunc_call()
19948 if (!btf_type_is_ptr(t)) in bpf_check_attach_target()