Home
last modified time | relevance | path

Searched refs:fixup_map_hash_48b (Results 1 – 17 of 17) sorted by relevance

/linux-6.1.9/tools/testing/selftests/bpf/verifier/
Dhelper_value_access.c16 .fixup_map_hash_48b = { 3 },
35 .fixup_map_hash_48b = { 3 },
53 .fixup_map_hash_48b = { 3 },
73 .fixup_map_hash_48b = { 3 },
93 .fixup_map_hash_48b = { 3 },
115 .fixup_map_hash_48b = { 3 },
135 .fixup_map_hash_48b = { 3 },
154 .fixup_map_hash_48b = { 3 },
176 .fixup_map_hash_48b = { 3 },
197 .fixup_map_hash_48b = { 3 },
[all …]
Dvalue_illegal_alu.c14 .fixup_map_hash_48b = { 3 },
31 .fixup_map_hash_48b = { 3 },
48 .fixup_map_hash_48b = { 3 },
65 .fixup_map_hash_48b = { 3 },
90 .fixup_map_hash_48b = { 3 },
Dregalloc.c21 .fixup_map_hash_48b = { 4 },
46 .fixup_map_hash_48b = { 4 },
72 .fixup_map_hash_48b = { 4 },
98 .fixup_map_hash_48b = { 4 },
129 .fixup_map_hash_48b = { 4 },
159 .fixup_map_hash_48b = { 4 },
187 .fixup_map_hash_48b = { 4 },
216 .fixup_map_hash_48b = { 4 },
247 .fixup_map_hash_48b = { 4 },
274 .fixup_map_hash_48b = { 4 },
Darray_access.c13 .fixup_map_hash_48b = { 3 },
33 .fixup_map_hash_48b = { 3 },
55 .fixup_map_hash_48b = { 3 },
81 .fixup_map_hash_48b = { 3 },
100 .fixup_map_hash_48b = { 3 },
119 .fixup_map_hash_48b = { 3 },
139 .fixup_map_hash_48b = { 3 },
162 .fixup_map_hash_48b = { 3 },
187 .fixup_map_hash_48b = { 3 },
215 .fixup_map_hash_48b = { 3, 11 },
Dvalue.c13 .fixup_map_hash_48b = { 3 },
47 .fixup_map_hash_48b = { 3 },
75 .fixup_map_hash_48b = { 3 },
99 .fixup_map_hash_48b = { 3 },
Dvalue_adj_spill.c18 .fixup_map_hash_48b = { 3 },
39 .fixup_map_hash_48b = { 3 },
Dand.c17 .fixup_map_hash_48b = { 3 },
46 .fixup_map_hash_48b = { 3 },
Dhelper_access_var_len.c240 .fixup_map_hash_48b = { 3 },
266 .fixup_map_hash_48b = { 4 },
293 .fixup_map_hash_48b = { 3 },
320 .fixup_map_hash_48b = { 4 },
Dmap_ptr_mixing.c26 .fixup_map_hash_48b = { 13 },
Dld_imm64.c143 .fixup_map_hash_48b = { 1 },
Dbpf_get_stack.c41 .fixup_map_hash_48b = { 4 },
Djmp32.c807 .fixup_map_hash_48b = { 4 },
835 .fixup_map_hash_48b = { 4 },
863 .fixup_map_hash_48b = { 4 },
Dvalue_or_null.c146 .fixup_map_hash_48b = { 3 },
Dsearch_pruning.c77 .fixup_map_hash_48b = { 3 },
Dcalls.c674 .fixup_map_hash_48b = { 3 },
2233 .fixup_map_hash_48b = { 6 },
Dvalue_ptr_arith.c303 .fixup_map_hash_48b = { 5 },
/linux-6.1.9/tools/testing/selftests/bpf/
Dtest_verifier.c112 int fixup_map_hash_48b[MAX_FIXUPS]; member
885 int *fixup_map_hash_48b = test->fixup_map_hash_48b; in do_test_fixup() local
927 if (*fixup_map_hash_48b) { in do_test_fixup()
931 prog[*fixup_map_hash_48b].imm = map_fds[1]; in do_test_fixup()
932 fixup_map_hash_48b++; in do_test_fixup()
933 } while (*fixup_map_hash_48b); in do_test_fixup()