Home
last modified time | relevance | path

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

/arch/score/kernel/
Dptrace.c175 unsigned int epc, far_epc = 0; in user_enable_single_step() local
195 far_epc = epc + tmp; in user_enable_single_step()
200 far_epc = regs->regs[tmp]; in user_enable_single_step()
217 far_epc = epc + tmp; in user_enable_single_step()
222 far_epc = regs->regs[tmp]; in user_enable_single_step()
252 read_tsk_long(child, far_epc, &far_epc_insn); in user_enable_single_step()
273 write_tsk_short(child, far_epc, SINGLESTEP16_INSN); in user_enable_single_step()
276 write_tsk_long(child, far_epc, SINGLESTEP32_INSN); in user_enable_single_step()
282 child->thread.addr2 = far_epc; in user_enable_single_step()
287 child->thread.addr2 = far_epc; in user_enable_single_step()