Home
last modified time | relevance | path

Searched refs:BTF_INT_ENC (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_btf.h13 #define BTF_INT_ENC(encoding, bits_offset, nr_bits) \ macro
17 BTF_INT_ENC(encoding, bits_offset, bits)
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_btf.h15 #define BTF_INT_ENC(encoding, bits_offset, nr_bits) \ macro
19 BTF_INT_ENC(encoding, bits_offset, bits)
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dsyscall.c24 #define BTF_INT_ENC(encoding, bits_offset, nr_bits) \ macro
28 BTF_INT_ENC(encoding, bits_offset, bits)
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dlibbpf_internal.h26 #define BTF_INT_ENC(encoding, bits_offset, nr_bits) \ macro
30 BTF_INT_ENC(encoding, bits_offset, bits)
H A Dlibbpf.c2394 *(int *)(t + 1) = BTF_INT_ENC(0, 0, 8); in bpf_object__sanitize_btf()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dlibbpf_internal.h78 #define BTF_INT_ENC(encoding, bits_offset, nr_bits) \ macro
82 BTF_INT_ENC(encoding, bits_offset, bits)
H A Dlibbpf.c2735 *(int *)(t + 1) = BTF_INT_ENC(0, 0, 8); in bpf_object__sanitize_btf()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c2875 BTF_INT_ENC(0, 0, 32),
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c2872 BTF_INT_ENC(0, 0, 32),

Completed in 43 milliseconds