Searched refs:strict_alignment_once (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | verifier.c | 6465 int size, bool strict_alignment_once) in check_ptr_alignment() argument 6467 bool strict = env->strict_alignment || strict_alignment_once; in check_ptr_alignment() 7530 int value_regno, bool strict_alignment_once, bool is_ldsx) in check_mem_access() argument 7541 err = check_ptr_alignment(env, reg, off, size, strict_alignment_once); in check_mem_access() 7799 bool strict_alignment_once, bool is_ldsx, in check_load_mem() argument 7823 strict_alignment_once, is_ldsx); in check_load_mem() 7832 bool strict_alignment_once) in check_store_reg() argument 7853 strict_alignment_once, false); in check_store_reg()
|