Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c6485 bool strict = env->strict_alignment || strict_alignment_once; in check_ptr_alignment()
24636 env->strict_alignment = !!(attr->prog_flags & BPF_F_STRICT_ALIGNMENT); in bpf_check()
24638 env->strict_alignment = true; in bpf_check()
24640 env->strict_alignment = false; in bpf_check()