Searched refs:misaligned_load (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/kernel/
H A Dtraps_64.c413 static int misaligned_load(struct pt_regs *regs, function
456 printk("Unexpected width_shift %d in misaligned_load, PC=%08lx\n",
480 printk("Unexpected width_shift %d in misaligned_load, PC=%08lx\n",
747 error = misaligned_load(regs, opcode, 1, 1, 1);
750 error = misaligned_load(regs, opcode, 1, 1, 0);
753 error = misaligned_load(regs, opcode, 1, 2, 1);
756 error = misaligned_load(regs, opcode, 1, 3, 0);
772 error = misaligned_load(regs, opcode, 0, 1, 1);
775 error = misaligned_load(regs, opcode, 0, 1, 0);
778 error = misaligned_load(reg
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/kernel/
H A Dtraps_64.c413 static int misaligned_load(struct pt_regs *regs, function
456 printk("Unexpected width_shift %d in misaligned_load, PC=%08lx\n",
480 printk("Unexpected width_shift %d in misaligned_load, PC=%08lx\n",
747 error = misaligned_load(regs, opcode, 1, 1, 1);
750 error = misaligned_load(regs, opcode, 1, 1, 0);
753 error = misaligned_load(regs, opcode, 1, 2, 1);
756 error = misaligned_load(regs, opcode, 1, 3, 0);
772 error = misaligned_load(regs, opcode, 0, 1, 1);
775 error = misaligned_load(regs, opcode, 0, 1, 0);
778 error = misaligned_load(reg
[all...]

Completed in 135 milliseconds