Searched refs:instruction_size (Results 1 – 7 of 7) sorted by relevance
107 regs->pc += instruction_size(bugaddr); in handle_BUG()138 regs->pc -= instruction_size(__raw_readw(regs->pc - 4)); in BUILD_TRAP_HANDLER()155 regs->pc -= instruction_size(__raw_readw(regs->pc - 4)); in BUILD_TRAP_HANDLER()
120 addr = linux_regs->pc + instruction_size(op); in get_step_address()122 flush_icache_range(addr, addr + instruction_size(op)); in get_step_address()151 instruction_size(stepped_opcode)); in do_single_step()310 regs->pc -= instruction_size(__raw_readw(regs->pc - 4)); in BUILD_TRAP_HANDLER()
288 instruction_size(old_instruction)); in handle_delayslot()329 if (instruction_size(instruction) != 2) in handle_unaligned_access()473 regs->pc += instruction_size(instruction); in handle_unaligned_access()523 regs->pc += instruction_size(instruction); in do_address_error()629 regs->pc += instruction_size(inst); in do_reserved_inst()
424 regs->pc -= instruction_size(__raw_readw(regs->pc - 4)); in handle_syscall_restart()484 regs->pc -= instruction_size(__raw_readw(regs->pc - 4)); in do_signal()486 regs->pc -= instruction_size(__raw_readw(regs->pc - 4)); in do_signal()
164 extern unsigned int instruction_size(unsigned int insn);166 #define instruction_size(insn) (2) macro
34 unsigned int instruction_size(unsigned int insn) in instruction_size() function
222 nextpc = regs->pc + instruction_size(insn); in ieee_fpe_handler()