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

/linux-master/arch/sh/kernel/cpu/sh2a/
H A Dopcode_helper.c34 unsigned int instruction_size(unsigned int insn) function
/linux-master/arch/sh/kernel/
H A Dtraps.c107 regs->pc += instruction_size(bugaddr);
138 regs->pc -= instruction_size(__raw_readw(regs->pc - 4));
155 regs->pc -= instruction_size(__raw_readw(regs->pc - 4));
H A Dkgdb.c120 addr = linux_regs->pc + instruction_size(op);
122 flush_icache_range(addr, addr + instruction_size(op));
151 instruction_size(stepped_opcode));
310 regs->pc -= instruction_size(__raw_readw(regs->pc - 4));
H A Dtraps_32.c288 instruction_size(old_instruction));
329 if (instruction_size(instruction) != 2)
473 regs->pc += instruction_size(instruction);
523 regs->pc += instruction_size(instruction);
629 regs->pc += instruction_size(inst);
H A Dsignal_32.c427 regs->pc -= instruction_size(__raw_readw(regs->pc - 4));
487 regs->pc -= instruction_size(__raw_readw(regs->pc - 4));
489 regs->pc -= instruction_size(__raw_readw(regs->pc - 4));
/linux-master/arch/sh/include/asm/
H A Dprocessor.h164 extern unsigned int instruction_size(unsigned int insn);
166 #define instruction_size(insn) (2) macro
/linux-master/arch/sh/kernel/cpu/sh4/
H A Dfpu.c222 nextpc = regs->pc + instruction_size(insn);

Completed in 203 milliseconds