Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dstep.c111 static int enable_single_step(struct task_struct *child) in enable_single_step() function
211 if (enable_single_step(child) && block) in enable_step()
/openbmc/linux/arch/powerpc/include/asm/
H A Dprobes.h71 static inline void enable_single_step(struct pt_regs *regs) in enable_single_step() function
/openbmc/linux/arch/arm/kernel/
H A 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()
/openbmc/linux/arch/powerpc/kernel/
H A Dkprobes.c213 enable_single_step(regs); in prepare_singlestep()