Searched refs:expected_insns (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/selftests/bpf/verifier/
H A Dbpf_loop_inline.c57 .expected_insns = { PSEUDO_CALL_INSN() },
91 .expected_insns = { HELPER_CALL_INSN() },
129 .expected_insns = { HELPER_CALL_INSN() },
168 .expected_insns = { PSEUDO_CALL_INSN() },
219 .expected_insns = {
256 .expected_insns = { PSEUDO_CALL_INSN() },
/linux-master/tools/testing/selftests/bpf/
H A Dtest_verifier.c103 struct bpf_insn expected_insns[MAX_EXPECTED_INSNS]; member in struct:bpf_test
105 * logic as for `expected_insns`. If the specified pattern is
1470 bool check_expected = !is_null_insn(test->expected_insns);
1483 !find_all_insn_subseqs(buf, test->expected_insns,
1491 print_insn(test->expected_insns, MAX_EXPECTED_INSNS);

Completed in 180 milliseconds