Home
last modified time | relevance | path

Searched refs:ARM_DEBUG_ARCH_V7_ECP14 (Results 1 – 2 of 2) sorted by relevance

/linux/arch/arm/kernel/
H A Dhw_breakpoint.c152 return (arch >= ARM_DEBUG_ARCH_V6 && arch <= ARM_DEBUG_ARCH_V7_ECP14) || in debug_arch_supported()
181 return (get_debug_arch() >= ARM_DEBUG_ARCH_V7_ECP14 && in core_has_mismatch_brps()
247 case ARM_DEBUG_ARCH_V7_ECP14: in enable_monitor_mode()
302 if (debug_arch < ARM_DEBUG_ARCH_V7_ECP14) in get_max_wp_len()
1028 case ARM_DEBUG_ARCH_V7_ECP14: in core_has_os_save_restore()
1065 case ARM_DEBUG_ARCH_V7_ECP14: in reset_ctrl_regs()
/linux/arch/arm/include/asm/
H A Dhw_breakpoint.h52 #define ARM_DEBUG_ARCH_V7_ECP14 3 macro