Home
last modified time | relevance | path

Searched refs:BTF_INT_BITS (Results 1 – 25 of 37) sorted by relevance

12

/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/bpf/bpftool/
H A Dbtf_dumper.c346 int nr_bits = BTF_INT_BITS(int_type); in btf_dumper_int_bits()
367 nr_bits = BTF_INT_BITS(*int_type); in btf_dumper_int()
383 if (BTF_INT_BITS(*int_type) == 64) in btf_dumper_int()
385 else if (BTF_INT_BITS(*int_type) == 32) in btf_dumper_int()
387 else if (BTF_INT_BITS(*int_type) == 16) in btf_dumper_int()
389 else if (BTF_INT_BITS(*int_type) == 8) in btf_dumper_int()
396 if (BTF_INT_BITS(*int_type) == 64) in btf_dumper_int()
398 else if (BTF_INT_BITS(*int_type) == 32) in btf_dumper_int()
400 else if (BTF_INT_BITS(*int_type) == 16) in btf_dumper_int()
402 else if (BTF_INT_BITS(*int_type) == 8) in btf_dumper_int()
H A Dbtf.c134 jsonw_uint_field(w, "nr_bits", BTF_INT_BITS(v)); in dump_btf_type()
138 t->size, BTF_INT_OFFSET(v), BTF_INT_BITS(v), in dump_btf_type()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/bpf/bpftool/
H A Dbtf_dumper.c346 int nr_bits = BTF_INT_BITS(int_type); in btf_dumper_int_bits()
367 nr_bits = BTF_INT_BITS(*int_type); in btf_dumper_int()
383 if (BTF_INT_BITS(*int_type) == 64) in btf_dumper_int()
385 else if (BTF_INT_BITS(*int_type) == 32) in btf_dumper_int()
387 else if (BTF_INT_BITS(*int_type) == 16) in btf_dumper_int()
389 else if (BTF_INT_BITS(*int_type) == 8) in btf_dumper_int()
396 if (BTF_INT_BITS(*int_type) == 64) in btf_dumper_int()
398 else if (BTF_INT_BITS(*int_type) == 32) in btf_dumper_int()
400 else if (BTF_INT_BITS(*int_type) == 16) in btf_dumper_int()
402 else if (BTF_INT_BITS(*int_type) == 8) in btf_dumper_int()
H A Dbtf.c134 jsonw_uint_field(w, "nr_bits", BTF_INT_BITS(v)); in dump_btf_type()
138 t->size, BTF_INT_OFFSET(v), BTF_INT_BITS(v), in dump_btf_type()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/bpf/bpftool/
H A Dbtf_dumper.c346 int nr_bits = BTF_INT_BITS(int_type); in btf_dumper_int_bits()
367 nr_bits = BTF_INT_BITS(*int_type); in btf_dumper_int()
383 if (BTF_INT_BITS(*int_type) == 64) in btf_dumper_int()
385 else if (BTF_INT_BITS(*int_type) == 32) in btf_dumper_int()
387 else if (BTF_INT_BITS(*int_type) == 16) in btf_dumper_int()
389 else if (BTF_INT_BITS(*int_type) == 8) in btf_dumper_int()
396 if (BTF_INT_BITS(*int_type) == 64) in btf_dumper_int()
398 else if (BTF_INT_BITS(*int_type) == 32) in btf_dumper_int()
400 else if (BTF_INT_BITS(*int_type) == 16) in btf_dumper_int()
402 else if (BTF_INT_BITS(*int_type) == 8) in btf_dumper_int()
H A Dbtf.c134 jsonw_uint_field(w, "nr_bits", BTF_INT_BITS(v)); in dump_btf_type()
138 t->size, BTF_INT_OFFSET(v), BTF_INT_BITS(v), in dump_btf_type()
/dports/dns/knot3/knot-3.1.5/src/contrib/libbpf/include/uapi/linux/
H A Dbtf.h87 #define BTF_INT_BITS(VAL) ((VAL) & 0x000000ff) macro
/dports/dns/knot3-lib/knot-3.1.5/src/contrib/libbpf/include/uapi/linux/
H A Dbtf.h87 #define BTF_INT_BITS(VAL) ((VAL) & 0x000000ff) macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/include/uapi/linux/
H A Dbtf.h88 #define BTF_INT_BITS(VAL) ((VAL) & 0x000000ff) macro
/dports/multimedia/libv4l/linux-5.13-rc2/tools/include/uapi/linux/
H A Dbtf.h88 #define BTF_INT_BITS(VAL) ((VAL) & 0x000000ff) macro
/dports/multimedia/libv4l/linux-5.13-rc2/include/uapi/linux/
H A Dbtf.h88 #define BTF_INT_BITS(VAL) ((VAL) & 0x000000ff) macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/uapi/linux/
H A Dbtf.h88 #define BTF_INT_BITS(VAL) ((VAL) & 0x000000ff) macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-linux-any/linux/
H A Dbtf.h92 #define BTF_INT_BITS(VAL) ((VAL) & 0x000000ff) macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-linux-any/linux/
H A Dbtf.h92 #define BTF_INT_BITS(VAL) ((VAL) & 0x000000ff) macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/uapi/linux/
H A Dbtf.h88 #define BTF_INT_BITS(VAL) ((VAL) & 0x000000ff) macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/include/uapi/linux/
H A Dbtf.h88 #define BTF_INT_BITS(VAL) ((VAL) & 0x000000ff) macro
/dports/lang/gcc12-devel/gcc-12-20211205/include/
H A Dbtf.h122 #define BTF_INT_BITS(VAL) ((VAL) & 0x000000ff) macro
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/bpf/
H A Dbtf.rst136 #define BTF_INT_BITS(VAL) ((VAL) & 0x000000ff)
148 The ``BTF_INT_BITS()`` specifies the number of actual bits held by this int
149 type. For example, a 4-bit bitfield encodes ``BTF_INT_BITS()`` equals to 4.
150 The ``btf_type.size * 8`` must be equal to or greater than ``BTF_INT_BITS()``
151 for the type. The maximum value of ``BTF_INT_BITS()`` is 128.
158 * the int type has ``BTF_INT_OFFSET() = 2`` and ``BTF_INT_BITS() = 4``
168 * the int type has ``BTF_INT_OFFSET() = 0`` and ``BTF_INT_BITS() = 4``
258 ``BTF_INT_BITS()`` encodes the bitfield size.
270 * ``BTF_INT_BITS()`` must be equal to ``{1,2,4,8,16} * 8``.
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/bpf/
H A Dbtf.rst136 #define BTF_INT_BITS(VAL) ((VAL) & 0x000000ff)
148 The ``BTF_INT_BITS()`` specifies the number of actual bits held by this int
149 type. For example, a 4-bit bitfield encodes ``BTF_INT_BITS()`` equals to 4.
150 The ``btf_type.size * 8`` must be equal to or greater than ``BTF_INT_BITS()``
151 for the type. The maximum value of ``BTF_INT_BITS()`` is 128.
158 * the int type has ``BTF_INT_OFFSET() = 2`` and ``BTF_INT_BITS() = 4``
168 * the int type has ``BTF_INT_OFFSET() = 0`` and ``BTF_INT_BITS() = 4``
258 ``BTF_INT_BITS()`` encodes the bitfield size.
270 * ``BTF_INT_BITS()`` must be equal to ``{1,2,4,8,16} * 8``.
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/bpf/
H A Dbtf.rst136 #define BTF_INT_BITS(VAL) ((VAL) & 0x000000ff)
148 The ``BTF_INT_BITS()`` specifies the number of actual bits held by this int
149 type. For example, a 4-bit bitfield encodes ``BTF_INT_BITS()`` equals to 4.
150 The ``btf_type.size * 8`` must be equal to or greater than ``BTF_INT_BITS()``
151 for the type. The maximum value of ``BTF_INT_BITS()`` is 128.
158 * the int type has ``BTF_INT_OFFSET() = 2`` and ``BTF_INT_BITS() = 4``
168 * the int type has ``BTF_INT_OFFSET() = 0`` and ``BTF_INT_BITS() = 4``
258 ``BTF_INT_BITS()`` encodes the bitfield size.
270 * ``BTF_INT_BITS()`` must be equal to ``{1,2,4,8,16} * 8``.
/dports/dns/knot3/knot-3.1.5/src/contrib/libbpf/bpf/
H A Dbtf.h251 return BTF_INT_BITS(*(__u32 *)(t + 1)); in btf_int_bits()
/dports/dns/knot3-lib/knot-3.1.5/src/contrib/libbpf/bpf/
H A Dbtf.h251 return BTF_INT_BITS(*(__u32 *)(t + 1)); in btf_int_bits()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/lib/bpf/
H A Dbtf.h318 return BTF_INT_BITS(*(__u32 *)(t + 1)); in btf_int_bits()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/lib/bpf/
H A Dbtf.h318 return BTF_INT_BITS(*(__u32 *)(t + 1)); in btf_int_bits()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/lib/bpf/
H A Dbtf.h318 return BTF_INT_BITS(*(__u32 *)(t + 1)); in btf_int_bits()

12