Searched refs:strict_alignment (Results 1 – 4 of 4) sorted by relevance
190 bool strict_alignment; /* perform strict pointer alignment checks */ member
81 size_t insns_cnt, int strict_alignment,
242 size_t insns_cnt, int strict_alignment, in bpf_verify_program() argument258 attr.prog_flags = strict_alignment ? BPF_F_STRICT_ALIGNMENT : 0; in bpf_verify_program()
1498 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()