Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/bpf/
Dverifier.c4159 int size, bool strict_alignment_once) in check_ptr_alignment() argument
4161 bool strict = env->strict_alignment || strict_alignment_once; in check_ptr_alignment()
4722 int value_regno, bool strict_alignment_once) in check_mem_access() argument
4734 err = check_ptr_alignment(env, reg, off, size, strict_alignment_once); in check_mem_access()