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()
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()510 regs->pc += instruction_size(instruction); in do_address_error()621 regs->pc += instruction_size(inst); in do_reserved_inst()
427 regs->pc -= instruction_size(__raw_readw(regs->pc - 4)); in handle_syscall_restart()487 regs->pc -= instruction_size(__raw_readw(regs->pc - 4)); in do_signal()489 regs->pc -= instruction_size(__raw_readw(regs->pc - 4)); in do_signal()
34 unsigned int instruction_size(unsigned int insn) in instruction_size() function
165 extern unsigned int instruction_size(unsigned int insn);167 #define instruction_size(insn) (2) macro
222 nextpc = regs->pc + instruction_size(insn); in ieee_fpe_handler()