Home
last modified time | relevance | path

Searched refs:BPF_F_STRICT_ALIGNMENT (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_map_ret_val.c63 __flag(BPF_F_STRICT_ALIGNMENT) in __flag() argument
87 __flag(BPF_F_STRICT_ALIGNMENT) in __flag() argument
H A Dverifier_direct_packet_access.c415 __flag(BPF_F_STRICT_ALIGNMENT) in __flag() argument
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dalign.c608 .prog_flags = BPF_F_STRICT_ALIGNMENT, in do_test_single()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_loader.c257 spec->prog_flags |= BPF_F_STRICT_ALIGNMENT; in parse_test_spec()
H A Dtest_verifier.c1593 pflags |= BPF_F_STRICT_ALIGNMENT; in do_test_single()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h1150 #define BPF_F_STRICT_ALIGNMENT (1U << 0) macro
/openbmc/linux/include/uapi/linux/
H A Dbpf.h1150 #define BPF_F_STRICT_ALIGNMENT (1U << 0) macro
/openbmc/linux/kernel/bpf/
H A Dsyscall.c2597 if (attr->prog_flags & ~(BPF_F_STRICT_ALIGNMENT | in bpf_prog_load()
H A Dverifier.c20276 env->strict_alignment = !!(attr->prog_flags & BPF_F_STRICT_ALIGNMENT); in bpf_check()