Searched refs:BTF_INT_ENC (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/tools/testing/selftests/bpf/progs/ |
D | syscall.c | 24 #define BTF_INT_ENC(encoding, bits_offset, nr_bits) \ macro 28 BTF_INT_ENC(encoding, bits_offset, bits)
|
/linux-6.6.21/tools/testing/selftests/bpf/ |
D | test_btf.h | 15 #define BTF_INT_ENC(encoding, bits_offset, nr_bits) \ macro 19 BTF_INT_ENC(encoding, bits_offset, bits)
|
/linux-6.6.21/tools/lib/bpf/ |
D | libbpf_internal.h | 64 #define BTF_INT_ENC(encoding, bits_offset, nr_bits) \ macro 68 BTF_INT_ENC(encoding, bits_offset, bits)
|
D | libbpf.c | 2734 *(int *)(t + 1) = BTF_INT_ENC(0, 0, 8); in bpf_object__sanitize_btf()
|
/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/ |
D | btf.c | 2872 BTF_INT_ENC(0, 0, 32),
|