Home
last modified time | relevance | path

Searched refs:btf_enum64_value (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/include/linux/
Dbtf.h297 static inline u64 btf_enum64_value(const struct btf_enum64 *e) in btf_enum64_value() function
/Linux-v6.6/tools/lib/bpf/
Dbtf.h496 static inline __u64 btf_enum64_value(const struct btf_enum64 *e) in btf_enum64_value() function
Drelo_core.c864 *val = btf_enum64_value(btf_enum64(t) + spec->spec[0].idx); in bpf_core_calc_enumval_relo()
1202 append_buf(fmt_str, s, (unsigned long long)btf_enum64_value(e)); in bpf_core_format_spec()
Dbtf_dump.c1101 val = btf_enum64_value(v); in btf_dump_emit_enum64_val()
2214 if (value != btf_enum64_value(e)) in btf_dump_enum_data()
/Linux-v6.6/kernel/bpf/
Dbtf.c4220 btf_enum64_value(enums + i)); in btf_enum64_check_meta()
4242 if (v != btf_enum64_value(enums + i)) in btf_enum64_show()