Searched refs:BTF_INT_ENC (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_btf.h | 13 #define BTF_INT_ENC(encoding, bits_offset, nr_bits) \ macro 17 BTF_INT_ENC(encoding, bits_offset, bits)
|
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | libbpf_internal.h | 26 #define BTF_INT_ENC(encoding, bits_offset, nr_bits) \ macro 30 BTF_INT_ENC(encoding, bits_offset, bits)
|
| H A D | libbpf.c | 2394 *(int *)(t + 1) = BTF_INT_ENC(0, 0, 8); in bpf_object__sanitize_btf()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | btf.c | 2847 BTF_INT_ENC(0, 0, 32),
|