Home
last modified time | relevance | path

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

/linux-6.15/tools/sched_ext/include/scx/
H A Dcompat.h59 *v = btf_enum64_value(&e[i]); in __COMPAT_read_enum()
/linux-6.15/tools/lib/bpf/
H A Dbtf.h538 static inline __u64 btf_enum64_value(const struct btf_enum64 *e) in btf_enum64_value() function
H A Drelo_core.c880 *val = btf_enum64_value(btf_enum64(t) + spec->spec[0].idx); in bpf_core_calc_enumval_relo()
1218 append_buf(fmt_str, s, (unsigned long long)btf_enum64_value(e)); in bpf_core_format_spec()
H A Dbtf_dump.c1102 val = btf_enum64_value(v); in btf_dump_emit_enum64_val()
2225 if (value != btf_enum64_value(e)) in btf_dump_enum_data()
H A Dlibbpf.c2509 *res = btf_enum64_value(e); in get_map_field_long()
/linux-6.15/include/linux/
H A Dbtf.h317 static inline u64 btf_enum64_value(const struct btf_enum64 *e) in btf_enum64_value() function
/linux-6.15/tools/testing/selftests/bpf/
H A Dveristat.c1473 __u64 value = btf_enum64_value(e); in enum_value_from_name()
/linux-6.15/kernel/bpf/
H A Dbtf.c4470 btf_enum64_value(enums + i)); in btf_enum64_check_meta()
4492 if (v != btf_enum64_value(enums + i)) in btf_enum64_show()