Home
last modified time | relevance | path

Searched refs:testing_prog_flags (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Dtesting_helpers.c257 int testing_prog_flags(void) in testing_prog_flags() function
309 flags = bpf_program__flags(prog) | testing_prog_flags(); in bpf_prog_test_load()
332 .prog_flags = testing_prog_flags(), in bpf_test_load_program()
H A Dtesting_helpers.h59 int testing_prog_flags(void);
H A Dtest_loader.c427 spec->prog_flags = testing_prog_flags(); in parse_test_spec()
H A Dtest_verifier.c1548 pflags = testing_prog_flags(); in do_test_single()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_verif_scale.c38 bpf_program__set_flags(prog, testing_prog_flags()); in check_load()
H A Dreg_bounds.c910 .prog_flags = testing_prog_flags(), in load_range_cmp_prog()