Home
last modified time | relevance | path

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

/openbmc/linux/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 },
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_verifier.c108 int fixup_map_hash_48b[MAX_FIXUPS]; member
1013 int *fixup_map_hash_48b = test->fixup_map_hash_48b; in do_test_fixup() local
1054 if (*fixup_map_hash_48b) { in do_test_fixup()
1058 prog[*fixup_map_hash_48b].imm = map_fds[1]; in do_test_fixup()
1059 fixup_map_hash_48b++; in do_test_fixup()
1060 } while (*fixup_map_hash_48b); in do_test_fixup()