Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/verifier/
H A Dcalls.c383 .fixup_map_hash_8b = { 16 },
1398 .fixup_map_hash_8b = { 23 },
1452 .fixup_map_hash_8b = { 23 },
1506 .fixup_map_hash_8b = { 23 },
1579 .fixup_map_hash_8b = { 12, 22 },
1651 .fixup_map_hash_8b = { 12, 22 },
1720 .fixup_map_hash_8b = { 12, 22 },
1791 .fixup_map_hash_8b = { 12, 22 },
1860 .fixup_map_hash_8b = { 12, 22 },
2213 .fixup_map_hash_8b = { 13 },
[all …]
H A Dctx_skb.c57 .fixup_map_hash_8b = { 4 },
79 .fixup_map_hash_8b = { 6 },
102 .fixup_map_hash_8b = { 7 },
H A Djump.c84 .fixup_map_hash_8b = { 24 },
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_verifier.c107 int fixup_map_hash_8b[MAX_FIXUPS]; member
1012 int *fixup_map_hash_8b = test->fixup_map_hash_8b; in do_test_fixup() local
1045 if (*fixup_map_hash_8b) { in do_test_fixup()
1049 prog[*fixup_map_hash_8b].imm = map_fds[0]; in do_test_fixup()
1050 fixup_map_hash_8b++; in do_test_fixup()
1051 } while (*fixup_map_hash_8b); in do_test_fixup()