Home
last modified time | relevance | path

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

/linux/include/linux/
A Dbpf_verifier.h711 bool strict_alignment; /* perform strict pointer alignment checks */ member
/linux/kernel/bpf/
A Dverifier.c5940 bool strict = env->strict_alignment || strict_alignment_once; in check_ptr_alignment()
22363 env->strict_alignment = !!(attr->prog_flags & BPF_F_STRICT_ALIGNMENT); in bpf_check()
22365 env->strict_alignment = true; in bpf_check()
22367 env->strict_alignment = false; in bpf_check()

Completed in 64 milliseconds