Home
last modified time | relevance | path

Searched refs:fixup_map_hash_16b (Results 1 – 3 of 3) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/bpf/verifier/
Dhelper_value_access.c723 .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 …]
Dvalue_ptr_arith.c21 .fixup_map_hash_16b = { 5 },
49 .fixup_map_hash_16b = { 5 },
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_verifier.c72 int fixup_map_hash_16b[MAX_FIXUPS]; member
623 int *fixup_map_hash_16b = test->fixup_map_hash_16b; in do_test_fixup() local
668 if (*fixup_map_hash_16b) { in do_test_fixup()
672 prog[*fixup_map_hash_16b].imm = map_fds[2]; in do_test_fixup()
673 fixup_map_hash_16b++; in do_test_fixup()
674 } while (*fixup_map_hash_16b); in do_test_fixup()