Searched refs:arch_has_block_step (Results 1 - 8 of 8) sorted by relevance

/linux-4.4.14/arch/m68k/include/asm/
H A Dptrace.h23 #define arch_has_block_step() (1) macro
/linux-4.4.14/arch/parisc/include/asm/
H A Dptrace.h13 #define arch_has_block_step() 1 macro
/linux-4.4.14/include/linux/
H A Dptrace.h280 * next single instruction executes. If arch_has_block_step() is defined,
305 #ifndef arch_has_block_step
307 * arch_has_block_step - does this CPU support user-mode block-step?
311 * too. arch_has_block_step() should evaluate to nonzero iff the machine
315 #define arch_has_block_step() (0) macro
321 * This can only be called when arch_has_block_step() has returned nonzero,
332 #endif /* arch_has_block_step */
/linux-4.4.14/arch/x86/include/asm/
H A Dptrace.h226 #define arch_has_block_step() (1) macro
228 #define arch_has_block_step() (boot_cpu_data.x86 >= 6) macro
/linux-4.4.14/arch/s390/include/asm/
H A Dptrace.h149 #define arch_has_block_step() (1) macro
/linux-4.4.14/arch/ia64/include/asm/
H A Dptrace.h148 #define arch_has_block_step() (1) macro
/linux-4.4.14/arch/powerpc/include/asm/
H A Dptrace.h150 #define arch_has_block_step() (!cpu_has_feature(CPU_FTR_601)) macro
/linux-4.4.14/kernel/
H A Dptrace.c753 if (unlikely(!arch_has_block_step())) ptrace_resume()

Completed in 460 milliseconds