Searched refs:fixup_map_hash_16b (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/bpf/verifier/ |
A D | helper_value_access.c | 723 .fixup_map_hash_16b = { 3, 8 }, 743 .fixup_map_hash_16b = { 3, 10 }, 764 .fixup_map_hash_16b = { 10 }, 784 .fixup_map_hash_16b = { 3, 9 }, 803 .fixup_map_hash_16b = { 3, 9 }, 823 .fixup_map_hash_16b = { 3, 9 }, 844 .fixup_map_hash_16b = { 3, 10 }, 864 .fixup_map_hash_16b = { 3, 10 }, 885 .fixup_map_hash_16b = { 3, 10 }, 907 .fixup_map_hash_16b = { 3, 11 }, [all …]
|
A D | map_ptr.c | 77 .fixup_map_hash_16b = { 4 }, 95 .fixup_map_hash_16b = { 4 },
|
A D | value_ptr_arith.c | 27 .fixup_map_hash_16b = { 5 }, 60 .fixup_map_hash_16b = { 5 }, 91 .fixup_map_hash_16b = { 5 }, 122 .fixup_map_hash_16b = { 5 }, 155 .fixup_map_hash_16b = { 5 }, 188 .fixup_map_hash_16b = { 5 }, 223 .fixup_map_hash_16b = { 5 }, 250 .fixup_map_hash_16b = { 5 }, 276 .fixup_map_hash_16b = { 5 },
|
/linux-6.3-rc2/tools/testing/selftests/bpf/ |
A D | test_verifier.c | 113 int fixup_map_hash_16b[MAX_FIXUPS]; member 886 int *fixup_map_hash_16b = test->fixup_map_hash_16b; in do_test_fixup() local 936 if (*fixup_map_hash_16b) { in do_test_fixup() 940 prog[*fixup_map_hash_16b].imm = map_fds[2]; in do_test_fixup() 941 fixup_map_hash_16b++; in do_test_fixup() 942 } while (*fixup_map_hash_16b); in do_test_fixup()
|
Completed in 11 milliseconds