Home
last modified time | relevance | path

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

/linux/arch/hexagon/include/asm/
H A Dptrace.h22 #define arch_has_single_step() (1) macro
/linux/arch/m68k/include/asm/
H A Dptrace.h21 #define arch_has_single_step() (1) macro
/linux/arch/alpha/include/asm/
H A Dptrace.h8 #define arch_has_single_step() (1) macro
/linux/include/linux/
H A Dptrace.h266 #ifndef arch_has_single_step
276 #define arch_has_single_step() (0) macro
/linux/arch/parisc/include/asm/
H A Dptrace.h13 #define arch_has_single_step() 1 macro
/linux/arch/xtensa/include/asm/
H A Dptrace.h84 # define arch_has_single_step() (1) macro
/linux/arch/csky/include/asm/
H A Dptrace.h17 #define arch_has_single_step() (1) macro
/linux/arch/sh/include/asm/
H A Dptrace.h45 #define arch_has_single_step() (1) macro
/linux/arch/loongarch/include/asm/
H A Dptrace.h193 #define arch_has_single_step() (1) macro
/linux/arch/hexagon/kernel/
H A Dptrace.c21 #if arch_has_single_step()
/linux/arch/powerpc/include/asm/
H A Dptrace.h333 #define arch_has_single_step() (1) macro
/linux/arch/x86/include/asm/
H A Dptrace.h451 #define arch_has_single_step() (1) macro
/linux/kernel/
H A Dptrace.c846 if (unlikely(!arch_has_single_step())) in ptrace_resume()