Searched refs:fixup_map_hash_8b (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/verifier/ |
H A D | calls.c | 383 .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 D | ctx_skb.c | 57 .fixup_map_hash_8b = { 4 }, 79 .fixup_map_hash_8b = { 6 }, 102 .fixup_map_hash_8b = { 7 },
|
H A D | jump.c | 84 .fixup_map_hash_8b = { 24 },
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_verifier.c | 107 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()
|