Lines Matching refs:btf_enum64
489 struct btf_enum64;
491 static inline struct btf_enum64 *btf_enum64(const struct btf_type *t)
493 return (struct btf_enum64 *)(t + 1);
496 static inline __u64 btf_enum64_value(const struct btf_enum64 *e)
498 /* struct btf_enum64 is introduced in Linux 6.0, which is very
499 * bleeding-edge. Here we are avoiding relying on struct btf_enum64
505 * anonymous struct). So just treat struct btf_enum64 as
509 * For reference, here is a struct btf_enum64 definition:
511 * const struct btf_enum64 {