unaligned-trap

file: /proc/sys/kernel/unaligned-trap
variable: kernel.unaligned-trap
Official reference

On architectures where unaligned accesses cause traps, and where this feature is supported (CONFIG_SYSCTL_ARCH_UNALIGN_ALLOW; currently, arc, parisc and loongarch), controls whether unaligned traps are caught and emulated (instead of failing).

= ========================================================
0 Do not emulate unaligned accesses.
1 Emulate unaligned accesses. This is the default setting.
= ========================================================

See also ignore-unaligned-usertrap.