Lines Matching defs:btf_enum64
531 struct btf_enum64;
533 static inline struct btf_enum64 *btf_enum64(const struct btf_type *t)
535 return (struct btf_enum64 *)(t + 1);
538 static inline __u64 btf_enum64_value(const struct btf_enum64 *e)
540 /* struct btf_enum64 is introduced in Linux 6.0, which is very
541 * bleeding-edge. Here we are avoiding relying on struct btf_enum64
547 * anonymous struct). So just treat struct btf_enum64 as
551 * For reference, here is a struct btf_enum64 definition:
553 * const struct btf_enum64 {