Home
last modified time | relevance | path

Searched refs:arch_has_block_step (Results 1 – 9 of 9) sorted by relevance

/linux/arch/m68k/include/asm/
H A Dptrace.h24 #define arch_has_block_step() (1) macro
/linux/arch/parisc/include/asm/
H A Dptrace.h14 #define arch_has_block_step() 1 macro
/linux/include/linux/
H A Dptrace.h309 #ifndef arch_has_block_step
319 #define arch_has_block_step() (0) macro
/linux/arch/x86/include/asm/
H A Dptrace.h453 #define arch_has_block_step() (1) macro
455 #define arch_has_block_step() (boot_cpu_data.x86 >= 6) macro
/linux/arch/s390/include/asm/
H A Dptrace.h212 #define arch_has_block_step() (1) macro
/linux/arch/powerpc/include/asm/
H A Dptrace.h334 #define arch_has_block_step() (true) macro
/linux/arch/x86/kernel/
H A Dprocess.c704 arch_has_block_step()) { in __switch_to_xtra()
/linux/kernel/
H A Dptrace.c842 if (unlikely(!arch_has_block_step())) in ptrace_resume()
/linux/arch/
H A DKconfig263 # arch_has_block_step() if there is hardware block-step support