Searched refs:instruction_size (Results 1 – 7 of 7) sorted by relevance
169 extern unsigned int instruction_size(unsigned int insn);171 #define instruction_size(insn) (2) macro173 #define instruction_size(insn) (4) macro
101 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()
121 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()
272 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()
423 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()
37 unsigned int instruction_size(unsigned int insn) in instruction_size() function
226 nextpc = regs->pc + instruction_size(insn); in ieee_fpe_handler()