Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/verifier/
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 },
1577 .fixup_map_hash_8b = { 12, 22 },
1649 .fixup_map_hash_8b = { 12, 22 },
1718 .fixup_map_hash_8b = { 12, 22 },
1789 .fixup_map_hash_8b = { 12, 22 },
1858 .fixup_map_hash_8b = { 12, 22 },
2211 .fixup_map_hash_8b = { 13 },
[all …]
Dctx_skb.c57 .fixup_map_hash_8b = { 4 },
79 .fixup_map_hash_8b = { 6 },
102 .fixup_map_hash_8b = { 7 },
Djump.c84 .fixup_map_hash_8b = { 24 },
/Linux-v6.6/tools/testing/selftests/bpf/
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()