Searched refs:BTF_INT_ENC (Results 1 – 4 of 4) sorted by relevance
/linux/tools/testing/selftests/bpf/ |
H A D | test_btf.h | 15 #define BTF_INT_ENC(encoding, bits_offset, nr_bits) \ macro 19 BTF_INT_ENC(encoding, bits_offset, bits)
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | syscall.c | 31 #define BTF_INT_ENC(encoding, bits_offset, nr_bits) \ macro 35 BTF_INT_ENC(encoding, bits_offset, bits)
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf.c | 2872 BTF_INT_ENC(0, 0, 32),
|
/linux/tools/lib/bpf/ |
H A D | libbpf.c | 3129 *(int *)(t + 1) = BTF_INT_ENC(0, 0, 8); in bpf_object__sanitize_btf()
|