Lines Matching full:unaligned

2  * Handle unaligned accesses by emulation.
17 * Putting data to unaligned addresses is a bad practice even on Intel where
92 #include <asm/unaligned-emul.h>
340 * would blow up, so for now we don't handle unaligned 64-bit in emulate_load_store_insn()
363 * would blow up, so for now we don't handle unaligned 64-bit in emulate_load_store_insn()
418 * would blow up, so for now we don't handle unaligned 64-bit in emulate_load_store_insn()
444 die_if_kernel("Unaligned FP access in kernel code", regs); in emulate_load_store_insn()
592 die_if_kernel("Unhandled kernel unaligned access", regs); in emulate_load_store_insn()
598 die_if_kernel("Unhandled kernel unaligned access", regs); in emulate_load_store_insn()
605 ("Unhandled kernel unaligned access or invalid instruction", regs); in emulate_load_store_insn()
964 die_if_kernel("Unaligned FP access in kernel code", regs); in emulate_load_store_microMIPS()
1123 * would blow up, so for now we don't handle unaligned 64-bit in emulate_load_store_microMIPS()
1145 * would blow up, so for now we don't handle unaligned 64-bit in emulate_load_store_microMIPS()
1187 * would blow up, so for now we don't handle unaligned 64-bit in emulate_load_store_microMIPS()
1219 die_if_kernel("Unhandled kernel unaligned access", regs); in emulate_load_store_microMIPS()
1225 die_if_kernel("Unhandled kernel unaligned access", regs); in emulate_load_store_microMIPS()
1232 ("Unhandled kernel unaligned access or invalid instruction", regs); in emulate_load_store_microMIPS()
1389 * would blow up, so for now we don't handle unaligned 64-bit in emulate_load_store_MIPS16e()
1413 * would blow up, so for now we don't handle unaligned 64-bit in emulate_load_store_MIPS16e()
1461 * would blow up, so for now we don't handle unaligned 64-bit in emulate_load_store_MIPS16e()
1500 die_if_kernel("Unhandled kernel unaligned access", regs); in emulate_load_store_MIPS16e()
1506 die_if_kernel("Unhandled kernel unaligned access", regs); in emulate_load_store_MIPS16e()
1513 ("Unhandled kernel unaligned access or invalid instruction", regs); in emulate_load_store_MIPS16e()
1595 die_if_kernel("Kernel unaligned instruction access", regs); in do_ade()