Home
last modified time | relevance | path

Searched refs:instruction_size (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/arch/sh/include/asm/
Dprocessor.h169 extern unsigned int instruction_size(unsigned int insn);
171 #define instruction_size(insn) (2) macro
173 #define instruction_size(insn) (4) macro
/linux-4.1.27/arch/sh/kernel/
Dtraps.c101 regs->pc += instruction_size(bugaddr); in handle_BUG()
132 regs->pc -= instruction_size(__raw_readw(regs->pc - 4)); in BUILD_TRAP_HANDLER()
149 regs->pc -= instruction_size(__raw_readw(regs->pc - 4)); in BUILD_TRAP_HANDLER()
Dkgdb.c121 addr = linux_regs->pc + instruction_size(op); in get_step_address()
123 flush_icache_range(addr, addr + instruction_size(op)); in get_step_address()
152 instruction_size(stepped_opcode)); in do_single_step()
310 regs->pc -= instruction_size(__raw_readw(regs->pc - 4)); in BUILD_TRAP_HANDLER()
Dtraps_32.c272 instruction_size(old_instruction)); in handle_delayslot()
313 if (instruction_size(instruction) != 2) in handle_unaligned_access()
457 regs->pc += instruction_size(instruction); in handle_unaligned_access()
514 regs->pc += instruction_size(instruction); in do_address_error()
628 regs->pc += instruction_size(inst); in do_reserved_inst()
Dsignal_32.c423 regs->pc -= instruction_size(__raw_readw(regs->pc - 4)); in handle_syscall_restart()
483 regs->pc -= instruction_size(__raw_readw(regs->pc - 4)); in do_signal()
485 regs->pc -= instruction_size(__raw_readw(regs->pc - 4)); in do_signal()
/linux-4.1.27/arch/sh/kernel/cpu/sh2a/
Dopcode_helper.c37 unsigned int instruction_size(unsigned int insn) in instruction_size() function
/linux-4.1.27/arch/sh/kernel/cpu/sh4/
Dfpu.c226 nextpc = regs->pc + instruction_size(insn); in ieee_fpe_handler()