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

/linux-master/tools/testing/selftests/bpf/verifier/
H A Dmap_kptr.c18 .fixup_map_kptr = { 1 },
38 .fixup_map_kptr = { 1 },
68 .fixup_map_kptr = { 1 },
101 .fixup_map_kptr = { 1 },
122 .fixup_map_kptr = { 1 },
152 .fixup_map_kptr = { 1 },
177 .fixup_map_kptr = { 1 },
198 .fixup_map_kptr = { 1 },
221 .fixup_map_kptr = { 1 },
245 .fixup_map_kptr
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dtest_verifier.c131 int fixup_map_kptr[MAX_FIXUPS]; member in struct:bpf_test
1036 int *fixup_map_kptr = test->fixup_map_kptr; local
1229 if (*fixup_map_kptr) {
1232 prog[*fixup_map_kptr].imm = map_fds[22];
1233 fixup_map_kptr++;
1234 } while (*fixup_map_kptr);

Completed in 96 milliseconds