Searched refs:arch_has_single_step (Results 1 - 24 of 24) sorted by relevance

/linux-4.4.14/arch/alpha/include/asm/
H A Dptrace.h7 #define arch_has_single_step() (1) macro
/linux-4.4.14/arch/m68k/include/asm/
H A Dptrace.h20 #define arch_has_single_step() (1) macro
/linux-4.4.14/arch/score/include/asm/
H A Dptrace.h23 #define arch_has_single_step() (1) macro
/linux-4.4.14/arch/parisc/include/asm/
H A Dptrace.h12 #define arch_has_single_step() 1 macro
/linux-4.4.14/arch/mn10300/include/asm/
H A Dptrace.h22 #define arch_has_single_step() (1) macro
/linux-4.4.14/arch/h8300/include/asm/
H A Dptrace.h18 #define arch_has_single_step() (1) macro
/linux-4.4.14/arch/um/include/asm/
H A Dptrace-generic.h17 #define arch_has_single_step() (1) macro
/linux-4.4.14/arch/frv/include/asm/
H A Dptrace.h38 #define arch_has_single_step() (1) macro
/linux-4.4.14/arch/m32r/include/asm/
H A Dptrace.h18 #define arch_has_single_step() (1) macro
/linux-4.4.14/arch/avr32/include/asm/
H A Dptrace.h17 #define arch_has_single_step() (1) macro
/linux-4.4.14/arch/blackfin/include/asm/
H A Dptrace.h17 #define arch_has_single_step() (1) macro
/linux-4.4.14/include/linux/
H A Dptrace.h262 #ifndef arch_has_single_step
264 * arch_has_single_step - does this CPU support user-mode single-step?
268 * arch_has_single_step() should evaluate to nonzero iff the machine
272 #define arch_has_single_step() (0) macro
278 * This can only be called when arch_has_single_step() has returned nonzero.
294 * of those was ever called on @task, and even if arch_has_single_step()
303 #endif /* arch_has_single_step */
310 * for user_enable_block_step(), and arch_has_single_step() must be defined
/linux-4.4.14/arch/xtensa/include/asm/
H A Dptrace.h57 # define arch_has_single_step() (1) macro
/linux-4.4.14/arch/hexagon/include/uapi/asm/
H A Dptrace.h40 #define arch_has_single_step() (1) macro
/linux-4.4.14/arch/tile/include/asm/
H A Dptrace.h51 #define arch_has_single_step() (1) macro
/linux-4.4.14/arch/sh/include/asm/
H A Dptrace.h21 #define arch_has_single_step() (1) macro
/linux-4.4.14/arch/cris/include/uapi/asm/
H A Dptrace_v32.h111 #define arch_has_single_step() (1) macro
/linux-4.4.14/arch/s390/include/asm/
H A Dptrace.h148 #define arch_has_single_step() (1) macro
/linux-4.4.14/arch/ia64/include/asm/
H A Dptrace.h147 #define arch_has_single_step() (1) macro
/linux-4.4.14/arch/arm64/include/asm/
H A Dptrace.h121 #define arch_has_single_step() (1) macro
/linux-4.4.14/arch/x86/include/asm/
H A Dptrace.h224 #define arch_has_single_step() (1) macro
/linux-4.4.14/arch/powerpc/include/asm/
H A Dptrace.h149 #define arch_has_single_step() (1) macro
/linux-4.4.14/arch/hexagon/kernel/
H A Dptrace.c35 #if arch_has_single_step()
/linux-4.4.14/kernel/
H A Dptrace.c757 if (unlikely(!arch_has_single_step())) ptrace_resume()

Completed in 4025 milliseconds