instruction_size 169 arch/sh/include/asm/processor.h extern unsigned int instruction_size(unsigned int insn); instruction_size 222 arch/sh/kernel/cpu/sh4/fpu.c nextpc = regs->pc + instruction_size(insn); instruction_size 120 arch/sh/kernel/kgdb.c addr = linux_regs->pc + instruction_size(op); instruction_size 122 arch/sh/kernel/kgdb.c flush_icache_range(addr, addr + instruction_size(op)); instruction_size 151 arch/sh/kernel/kgdb.c instruction_size(stepped_opcode)); instruction_size 309 arch/sh/kernel/kgdb.c regs->pc -= instruction_size(__raw_readw(regs->pc - 4)); instruction_size 425 arch/sh/kernel/signal_32.c regs->pc -= instruction_size(__raw_readw(regs->pc - 4)); instruction_size 485 arch/sh/kernel/signal_32.c regs->pc -= instruction_size(__raw_readw(regs->pc - 4)); instruction_size 487 arch/sh/kernel/signal_32.c regs->pc -= instruction_size(__raw_readw(regs->pc - 4)); instruction_size 107 arch/sh/kernel/traps.c regs->pc += instruction_size(bugaddr); instruction_size 138 arch/sh/kernel/traps.c regs->pc -= instruction_size(__raw_readw(regs->pc - 4)); instruction_size 155 arch/sh/kernel/traps.c regs->pc -= instruction_size(__raw_readw(regs->pc - 4)); instruction_size 271 arch/sh/kernel/traps_32.c instruction_size(old_instruction)); instruction_size 312 arch/sh/kernel/traps_32.c if (instruction_size(instruction) != 2) instruction_size 456 arch/sh/kernel/traps_32.c regs->pc += instruction_size(instruction); instruction_size 512 arch/sh/kernel/traps_32.c regs->pc += instruction_size(instruction); instruction_size 623 arch/sh/kernel/traps_32.c regs->pc += instruction_size(inst);