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

/linux-master/arch/powerpc/include/asm/
H A Dprobes.h71 static inline void enable_single_step(struct pt_regs *regs) function
/linux-master/arch/x86/kernel/
H A Dstep.c113 static int enable_single_step(struct task_struct *child) function
124 * If enable_single_step() was used last and that is what
213 if (enable_single_step(child) && block)
/linux-master/arch/arm/kernel/
H A Dhw_breakpoint.c665 static void enable_single_step(struct perf_event *bp, u32 addr) function
804 enable_single_step(wp, instruction_pointer(regs));
815 enable_single_step(wp, instruction_pointer(regs));
890 enable_single_step(bp, addr);
/linux-master/arch/powerpc/kernel/
H A Dkprobes.c219 enable_single_step(regs);

Completed in 210 milliseconds