Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbtf.h399 static inline bool btf_type_kflag(const struct btf_type *t) in btf_type_kflag() function
407 return btf_type_kflag(struct_type) ? BTF_MEMBER_BIT_OFFSET(member->offset) in __btf_member_bit_offset()
414 return btf_type_kflag(struct_type) ? BTF_MEMBER_BITFIELD_SIZE(member->offset) in __btf_member_bitfield_size()
/openbmc/linux/kernel/bpf/
H A Dbtf.c879 if (btf_type_kflag(s)) { in btf_member_is_reg_int()
1488 if (btf_type_kflag(struct_type)) in btf_verifier_log_member()
2187 if (btf_type_kflag(t)) { in btf_int_check_meta()
2520 if (btf_type_kflag(t)) { in btf_ref_type_check_meta()
2795 btf_verifier_log(env, "%s", btf_type_kflag(t) ? "union" : "struct"); in btf_fwd_type_log()
2861 if (btf_type_kflag(t)) { in btf_array_check_meta()
3188 if (btf_type_kflag(v->t)) in btf_struct_resolve()
3218 if (btf_type_kflag(v->t)) in btf_struct_resolve()
4108 fmt_str = btf_type_kflag(t) ? "\t%s val=%d\n" : "\t%s val=%u\n"; in btf_enum_check_meta()
4150 if (btf_type_kflag(t)) in btf_enum_show()
[all …]
/openbmc/linux/kernel/trace/
H A Dtrace_probe.c568 if (btf_type_kflag(type)) { in parse_btf_field()