Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/kernel/
H A Dhw_breakpoint.c151 return (arch >= ARM_DEBUG_ARCH_V6 && arch <= ARM_DEBUG_ARCH_V7_ECP14) || in debug_arch_supported()
180 return (get_debug_arch() >= ARM_DEBUG_ARCH_V7_ECP14 && in core_has_mismatch_brps()
246 case ARM_DEBUG_ARCH_V7_ECP14: in enable_monitor_mode()
301 if (debug_arch < ARM_DEBUG_ARCH_V7_ECP14) in get_max_wp_len()
993 case ARM_DEBUG_ARCH_V7_ECP14: in core_has_os_save_restore()
1030 case ARM_DEBUG_ARCH_V7_ECP14: in reset_ctrl_regs()
/openbmc/linux/arch/arm/include/asm/
H A Dhw_breakpoint.h52 #define ARM_DEBUG_ARCH_V7_ECP14 3 macro