Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dbpf_verifier.h580 bool strict_alignment; /* perform strict pointer alignment checks */ member
/Linux-v6.6/kernel/bpf/
Dverifier.c5530 bool strict = env->strict_alignment || strict_alignment_once; in check_ptr_alignment()
19717 env->strict_alignment = !!(attr->prog_flags & BPF_F_STRICT_ALIGNMENT); in bpf_check()
19719 env->strict_alignment = true; in bpf_check()
19721 env->strict_alignment = false; in bpf_check()