Home
last modified time | relevance | path

Searched refs:arch_has_single_step (Results 1 – 15 of 15) 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/arch/parisc/include/asm/
H A Dptrace.h13 #define arch_has_single_step() 1 macro
/linux/arch/um/include/asm/
H A Dptrace-generic.h17 #define arch_has_single_step() (1) macro
/linux/include/linux/
H A Dptrace.h266 #ifndef arch_has_single_step
268 * arch_has_single_step - does this CPU support user-mode single-step?
272 * arch_has_single_step() should evaluate to nonzero iff the machine
276 #define arch_has_single_step() (0) macro
282 * This can only be called when arch_has_single_step() has returned nonzero.
298 * of those was ever called on @task, and even if arch_has_single_step()
307 #endif /* arch_has_single_step */
314 * for user_enable_block_step(), and arch_has_single_step() must be defined
/linux/arch/xtensa/include/asm/
H A Dptrace.h81 # 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/s390/include/asm/
H A Dptrace.h211 #define arch_has_single_step() (1) macro
/linux/arch/arm64/include/asm/
H A Dptrace.h193 #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()
/linux/arch/
H A DKconfig272 # arch_has_single_step() if there is hardware single-step support