Searched refs:fixup_map_hash_48b (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/bpf/verifier/
H A Dld_imm64.c143 .fixup_map_hash_48b = { 1 },
H A Djmp32.c815 .fixup_map_hash_48b = { 4 },
843 .fixup_map_hash_48b = { 4 },
871 .fixup_map_hash_48b = { 4 },
H A Dcalls.c678 .fixup_map_hash_48b = { 3 },
2241 .fixup_map_hash_48b = { 7 },
/linux-master/tools/testing/selftests/bpf/
H A Dtest_verifier.c110 int fixup_map_hash_48b[MAX_FIXUPS]; member in struct:bpf_test
1015 int *fixup_map_hash_48b = test->fixup_map_hash_48b; local
1056 if (*fixup_map_hash_48b) {
1060 prog[*fixup_map_hash_48b].imm = map_fds[1];
1061 fixup_map_hash_48b++;
1062 } while (*fixup_map_hash_48b);

Completed in 124 milliseconds