Home
last modified time | relevance | path

Searched refs:BTF_MEMBER_ENC (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c117 BTF_MEMBER_ENC(NAME_TBD, 2, 0), /* unsigned long long m;*/
118 BTF_MEMBER_ENC(NAME_TBD, 1, 64),/* int n; */
119 BTF_MEMBER_ENC(NAME_TBD, 3, 96),/* char o; */
120 BTF_MEMBER_ENC(NAME_TBD, 4, 128),/* int p[8] */
121 BTF_MEMBER_ENC(NAME_TBD, 6, 384),/* int q[4][8] */
122 BTF_MEMBER_ENC(NAME_TBD, 7, 1408), /* enum E r */
166 BTF_MEMBER_ENC(NAME_TBD, 1, 0), /* int m; */
167 BTF_MEMBER_ENC(NAME_TBD, 2, 32),/* struct B n[4] */
168 BTF_MEMBER_ENC(NAME_TBD, 8, 288),/* const Struct_B o[4];*/
173 BTF_MEMBER_ENC(NAME_TB
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c120 BTF_MEMBER_ENC(NAME_TBD, 2, 0), /* unsigned long long m;*/
121 BTF_MEMBER_ENC(NAME_TBD, 1, 64),/* int n; */
122 BTF_MEMBER_ENC(NAME_TBD, 3, 96),/* char o; */
123 BTF_MEMBER_ENC(NAME_TBD, 4, 128),/* int p[8] */
124 BTF_MEMBER_ENC(NAME_TBD, 6, 384),/* int q[4][8] */
125 BTF_MEMBER_ENC(NAME_TBD, 7, 1408), /* enum E r */
169 BTF_MEMBER_ENC(NAME_TBD, 1, 0), /* int m; */
170 BTF_MEMBER_ENC(NAME_TBD, 2, 32),/* struct B n[4] */
171 BTF_MEMBER_ENC(NAME_TBD, 8, 288),/* const Struct_B o[4];*/
176 BTF_MEMBER_ENC(NAME_TB
[all...]
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dlibbpf_probes.c191 BTF_MEMBER_ENC(15, 1, 0), /* int val; */ in load_local_storage_btf()
194 BTF_MEMBER_ENC(19, 1, 0), /* int cnt; */ in load_local_storage_btf()
195 BTF_MEMBER_ENC(23, 2, 32),/* struct bpf_spin_lock l; */ in load_local_storage_btf()
H A Dlibbpf_internal.h31 #define BTF_MEMBER_ENC(name, type, bits_offset) (name), (type), (bits_offset) macro
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dlibbpf_probes.c266 BTF_MEMBER_ENC(15, 1, 0), /* int val; */ in load_local_storage_btf()
269 BTF_MEMBER_ENC(19, 1, 0), /* int cnt; */ in load_local_storage_btf()
270 BTF_MEMBER_ENC(23, 2, 32),/* struct bpf_spin_lock l; */ in load_local_storage_btf()
H A Dlibbpf_internal.h83 #define BTF_MEMBER_ENC(name, type, bits_offset) (name), (type), (bits_offset) macro
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/map_tests/
H A Dsk_storage_map.c121 BTF_MEMBER_ENC(15, 1, 0), /* int val; */ in load_btf()
124 BTF_MEMBER_ENC(19, 1, 0), /* int cnt; */ in load_btf()
125 BTF_MEMBER_ENC(23, 2, 32),/* struct bpf_spin_lock l; */ in load_btf()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/map_tests/
H A Dsk_storage_map.c117 BTF_MEMBER_ENC(15, 1, 0), /* int val; */ in load_btf()
120 BTF_MEMBER_ENC(19, 1, 0), /* int cnt; */ in load_btf()
121 BTF_MEMBER_ENC(23, 2, 32),/* struct bpf_spin_lock l; */ in load_btf()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_btf.h39 #define BTF_MEMBER_ENC(name, type, bits_offset) \ macro
H A Dtest_verifier.c534 BTF_MEMBER_ENC(15, 1, 0), /* int val; */
537 BTF_MEMBER_ENC(19, 1, 0), /* int cnt; */
538 BTF_MEMBER_ENC(23, 2, 32),/* struct bpf_spin_lock l; */
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_btf.h41 #define BTF_MEMBER_ENC(name, type, bits_offset) \ macro
H A Dtest_verifier.c711 BTF_MEMBER_ENC(15, 1, 0), /* int val; */
714 BTF_MEMBER_ENC(19, 1, 0), /* int cnt; */
715 BTF_MEMBER_ENC(23, 2, 32),/* struct bpf_spin_lock l; */
720 BTF_MEMBER_ENC(41, 4, 0), /* struct bpf_timer t; */
734 BTF_MEMBER_ENC(71, 11, 0), /* struct prog_test_ref_kfunc __kptr_untrusted *ptr; */
735 BTF_MEMBER_ENC(71, 12, 64), /* struct prog_test_ref_kfunc __kptr *ptr; */
736 BTF_MEMBER_ENC(71, 13, 128), /* struct prog_test_member __kptr *ptr; */

Completed in 13 milliseconds