Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/verifier/
H A 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 …]
H A Dregalloc.c21 .fixup_map_hash_48b = { 4 },
45 .fixup_map_hash_48b = { 4 },
71 .fixup_map_hash_48b = { 4 },
96 .fixup_map_hash_48b = { 4 },
126 .fixup_map_hash_48b = { 4 },
155 .fixup_map_hash_48b = { 4 },
182 .fixup_map_hash_48b = { 4 },
210 .fixup_map_hash_48b = { 4 },
240 .fixup_map_hash_48b = { 4 },
266 .fixup_map_hash_48b = { 4 },
H A 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 },
H A 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 },
H A 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 },
H A Dvalue_adj_spill.c18 .fixup_map_hash_48b = { 3 },
39 .fixup_map_hash_48b = { 3 },
H A Dand.c17 .fixup_map_hash_48b = { 3 },
46 .fixup_map_hash_48b = { 3 },
H A 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 },
H A Dbpf_get_stack.c41 .fixup_map_hash_48b = { 4 },
H A Djmp32.c807 .fixup_map_hash_48b = { 4 },
835 .fixup_map_hash_48b = { 4 },
863 .fixup_map_hash_48b = { 4 },
H A Dmap_ptr_mixing.c26 .fixup_map_hash_48b = { 13 },
H A Dld_imm64.c143 .fixup_map_hash_48b = { 1 },
H A Dsearch_pruning.c77 .fixup_map_hash_48b = { 3 },
H A Dvalue_or_null.c146 .fixup_map_hash_48b = { 3 },
H A Dcalls.c401 .fixup_map_hash_48b = { 3 },
1960 .fixup_map_hash_48b = { 6 },
H A Dvalue_ptr_arith.c74 .fixup_map_hash_48b = { 5 },
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_verifier.c71 int fixup_map_hash_48b[MAX_FIXUPS]; member
624 int *fixup_map_hash_48b = test->fixup_map_hash_48b; in do_test_fixup() local
662 if (*fixup_map_hash_48b) { in do_test_fixup()
666 prog[*fixup_map_hash_48b].imm = map_fds[1]; in do_test_fixup()
667 fixup_map_hash_48b++; in do_test_fixup()
668 } while (*fixup_map_hash_48b); in do_test_fixup()