Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dalign.c605 prog, prog_len, BPF_F_STRICT_ALIGNMENT, in do_test_single()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dbpf.h233 #define BPF_F_STRICT_ALIGNMENT (1U << 0) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dbpf.h233 #define BPF_F_STRICT_ALIGNMENT (1U << 0) macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h313 #define BPF_F_STRICT_ALIGNMENT (1U << 0) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h313 #define BPF_F_STRICT_ALIGNMENT (1U << 0) macro
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_verifier.c964 pflags |= BPF_F_STRICT_ALIGNMENT; in do_test_single()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dsyscall.c2133 if (attr->prog_flags & ~(BPF_F_STRICT_ALIGNMENT | in bpf_prog_load()
H A Dverifier.c12371 env->strict_alignment = !!(attr->prog_flags & BPF_F_STRICT_ALIGNMENT); in bpf_check()