Home
last modified time | relevance | path

Searched refs:BPF_F_TEST_RND_HI32 (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_scalar_ids.c765 __flag(BPF_F_TEST_RND_HI32) in __flag() argument
/linux/tools/testing/selftests/bpf/
H A Dtesting_helpers.c259 static int prog_flags[] = { BPF_F_TEST_RND_HI32, BPF_F_TEST_REG_INVARIANTS }; in testing_prog_flags()
H A Dtest_loader.c543 update_flags(&spec->prog_flags, BPF_F_TEST_RND_HI32, clear); in parse_test_spec()
/linux/include/uapi/linux/
H A Dbpf.h1249 #define BPF_F_TEST_RND_HI32 (1U << 2) macro
/linux/tools/include/uapi/linux/
H A Dbpf.h1249 #define BPF_F_TEST_RND_HI32 (1U << 2) macro
/linux/kernel/bpf/
H A Dsyscall.c2757 BPF_F_TEST_RND_HI32 | in bpf_prog_load()
H A Dverifier.c20239 rnd_hi32 = attr->prog_flags & BPF_F_TEST_RND_HI32; in opt_subreg_zext_lo32_rnd_hi32()