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
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()309 regs->pc -= instruction_size(__raw_readw(regs->pc - 4)); in BUILD_TRAP_HANDLER()
271 instruction_size(old_instruction)); in handle_delayslot()312 if (instruction_size(instruction) != 2) in handle_unaligned_access()456 regs->pc += instruction_size(instruction); in handle_unaligned_access()512 regs->pc += instruction_size(instruction); in do_address_error()623 regs->pc += instruction_size(inst); in do_reserved_inst()
425 regs->pc -= instruction_size(__raw_readw(regs->pc - 4)); in handle_syscall_restart()485 regs->pc -= instruction_size(__raw_readw(regs->pc - 4)); in do_signal()487 regs->pc -= instruction_size(__raw_readw(regs->pc - 4)); in do_signal()
34 unsigned int instruction_size(unsigned int insn) in instruction_size() function
222 nextpc = regs->pc + instruction_size(insn); in ieee_fpe_handler()