Home
last modified time | relevance | path

Searched refs:stepped_opcode (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/arch/sh/kernel/
Dkgdb.c137 static insn_size_t stepped_opcode; variable
147 stepped_opcode = __raw_readw((long)addr); in do_single_step()
152 instruction_size(stepped_opcode)); in do_single_step()
160 if (stepped_opcode != 0) { in undo_single_step()
161 __raw_writew(stepped_opcode, stepped_address); in undo_single_step()
165 stepped_opcode = 0; in undo_single_step()