Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kernel/
Dstep.c111 static int enable_single_step(struct task_struct *child) in enable_single_step() function
207 if (enable_single_step(child) && block) in enable_step()
/Linux-v5.10/arch/powerpc/include/asm/
Dprobes.h35 static inline void enable_single_step(struct pt_regs *regs) in enable_single_step() function
/Linux-v5.10/arch/arm/kernel/
Dhw_breakpoint.c665 static void enable_single_step(struct perf_event *bp, u32 addr) in enable_single_step() function
804 enable_single_step(wp, instruction_pointer(regs)); in watchpoint_handler()
815 enable_single_step(wp, instruction_pointer(regs)); in watchpoint_handler()
890 enable_single_step(bp, addr); in breakpoint_handler()
/Linux-v5.10/arch/powerpc/kernel/
Dkprobes.c173 enable_single_step(regs); in prepare_singlestep()