Home
last modified time | relevance | path

Searched refs:fixup_map_kptr (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/bpf/verifier/
A Dmap_kptr.c18 .fixup_map_kptr = { 1 },
38 .fixup_map_kptr = { 1 },
68 .fixup_map_kptr = { 1 },
100 .fixup_map_kptr = { 1 },
121 .fixup_map_kptr = { 1 },
150 .fixup_map_kptr = { 1 },
175 .fixup_map_kptr = { 1 },
196 .fixup_map_kptr = { 1 },
219 .fixup_map_kptr = { 1 },
243 .fixup_map_kptr = { 1 },
[all …]
/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dtest_verifier.c133 int fixup_map_kptr[MAX_FIXUPS]; member
906 int *fixup_map_kptr = test->fixup_map_kptr; in do_test_fixup() local
1100 if (*fixup_map_kptr) { in do_test_fixup()
1103 prog[*fixup_map_kptr].imm = map_fds[22]; in do_test_fixup()
1104 fixup_map_kptr++; in do_test_fixup()
1105 } while (*fixup_map_kptr); in do_test_fixup()

Completed in 8 milliseconds