Home
last modified time | relevance | path

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

/arch/loongarch/include/asm/
A Dprocessor.h130 unsigned long single_step; /* Used by PTRACE_SINGLESTEP */ member
/arch/powerpc/kernel/
A Dexceptions-64s.S2061 INT_DEFINE_BEGIN(single_step)
2066 INT_DEFINE_END(single_step)
2068 EXC_REAL_BEGIN(single_step, 0xd00, 0x100)
2069 GEN_INT_ENTRY single_step, virt=0
2070 EXC_REAL_END(single_step, 0xd00, 0x100)
2071 EXC_VIRT_BEGIN(single_step, 0x4d00, 0x100)
2072 GEN_INT_ENTRY single_step, virt=1
2073 EXC_VIRT_END(single_step, 0x4d00, 0x100)
2075 GEN_COMMON single_step
/arch/s390/include/uapi/asm/
A Dptrace.h367 unsigned single_step : 1; member
/arch/loongarch/kernel/
A Dtraps.c824 if (pc == current->thread.single_step) { in do_watch()
A Dptrace.c1082 task->thread.single_step = task_pt_regs(task)->csr_era; in user_enable_single_step()

Completed in 15 milliseconds