Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dptrace.h310 #ifndef arch_has_block_step
320 #define arch_has_block_step() (0) macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dptrace.h368 #define arch_has_block_step() (1) macro
370 #define arch_has_block_step() (boot_cpu_data.x86 >= 6) macro
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dptrace.h24 #define arch_has_block_step() (1) macro
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dptrace.h14 #define arch_has_block_step() 1 macro
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dptrace.h142 #define arch_has_block_step() (1) macro
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dptrace.h159 #define arch_has_block_step() (1) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dptrace.h256 #define arch_has_block_step() (true) macro
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dprocess.c637 arch_has_block_step()) { in __switch_to_xtra()
/OK3568_Linux_fs/kernel/kernel/
H A Dptrace.c854 if (unlikely(!arch_has_block_step())) in ptrace_resume()
/OK3568_Linux_fs/kernel/arch/
H A DKconfig237 # arch_has_block_step() if there is hardware block-step support