Searched refs:BPF_F_TEST_REG_INVARIANTS (Results 1 - 8 of 8) sorted by last modified time

/linux-master/kernel/bpf/
H A Dsyscall.c2716 BPF_F_TEST_REG_INVARIANTS |
H A Dverifier.c21553 env->test_reg_invariants = attr->prog_flags & BPF_F_TEST_REG_INVARIANTS;
/linux-master/tools/testing/selftests/bpf/
H A Dveristat.c229 "Force BPF verifier failure on register invariant violation (BPF_F_TEST_REG_INVARIANTS program flag)" },
1035 bpf_program__set_flags(prog, bpf_program__flags(prog) | BPF_F_TEST_REG_INVARIANTS);
H A Dtesting_helpers.c258 static int prog_flags[] = { BPF_F_TEST_RND_HI32, BPF_F_TEST_REG_INVARIANTS };
H A Dtest_loader.c285 } else if (strcmp(val, "BPF_F_TEST_REG_INVARIANTS") == 0) {
286 update_flags(&spec->prog_flags, BPF_F_TEST_REG_INVARIANTS, clear);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dverifier_bounds.c1031 __flag(!BPF_F_TEST_REG_INVARIANTS) /* known invariants violation */
1113 __flag(!BPF_F_TEST_REG_INVARIANTS) /* known invariants violation */
/linux-master/tools/include/uapi/linux/
H A Dbpf.h1269 #define BPF_F_TEST_REG_INVARIANTS (1U << 7) macro
/linux-master/include/uapi/linux/
H A Dbpf.h1269 #define BPF_F_TEST_REG_INVARIANTS (1U << 7) macro

Completed in 807 milliseconds