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>
298 * would blow up, so for now we don't handle unaligned 64-bit in emulate_load_store_insn()
321 * would blow up, so for now we don't handle unaligned 64-bit in emulate_load_store_insn()
376 * would blow up, so for now we don't handle unaligned 64-bit in emulate_load_store_insn()
402 die_if_kernel("Unaligned FP access in kernel code", regs); in emulate_load_store_insn()
550 die_if_kernel("Unhandled kernel unaligned access", regs); in emulate_load_store_insn()
556 die_if_kernel("Unhandled kernel unaligned access", regs); in emulate_load_store_insn()
563 ("Unhandled kernel unaligned access or invalid instruction", regs); in emulate_load_store_insn()
922 die_if_kernel("Unaligned FP access in kernel code", regs); in emulate_load_store_microMIPS()
1081 * would blow up, so for now we don't handle unaligned 64-bit in emulate_load_store_microMIPS()
1103 * 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()
1177 die_if_kernel("Unhandled kernel unaligned access", regs); in emulate_load_store_microMIPS()
1183 die_if_kernel("Unhandled kernel unaligned access", regs); in emulate_load_store_microMIPS()
1190 ("Unhandled kernel unaligned access or invalid instruction", regs); in emulate_load_store_microMIPS()
1347 * would blow up, so for now we don't handle unaligned 64-bit in emulate_load_store_MIPS16e()
1371 * would blow up, so for now we don't handle unaligned 64-bit in emulate_load_store_MIPS16e()
1419 * would blow up, so for now we don't handle unaligned 64-bit in emulate_load_store_MIPS16e()
1458 die_if_kernel("Unhandled kernel unaligned access", regs); in emulate_load_store_MIPS16e()
1464 die_if_kernel("Unhandled kernel unaligned access", regs); in emulate_load_store_MIPS16e()
1471 ("Unhandled kernel unaligned access or invalid instruction", regs); in emulate_load_store_MIPS16e()
1553 die_if_kernel("Kernel unaligned instruction access", regs); in do_ade()