Home
last modified time | relevance | path

Searched refs:strict_alignment (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/linux/
Dbpf_verifier.h190 bool strict_alignment; /* perform strict pointer alignment checks */ member
/Linux-v4.19/tools/lib/bpf/
Dbpf.h81 size_t insns_cnt, int strict_alignment,
Dbpf.c242 size_t insns_cnt, int strict_alignment, in bpf_verify_program() argument
258 attr.prog_flags = strict_alignment ? BPF_F_STRICT_ALIGNMENT : 0; in bpf_verify_program()
/Linux-v4.19/kernel/bpf/
Dverifier.c1498 bool strict = env->strict_alignment || strict_alignment_once; in check_ptr_alignment()
5940 env->strict_alignment = !!(attr->prog_flags & BPF_F_STRICT_ALIGNMENT); in bpf_check()
5942 env->strict_alignment = true; in bpf_check()