Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/kernel/
H A Dhw_breakpoint.c152 arch >= ARM_DEBUG_ARCH_V7_1; in debug_arch_supported()
205 if (get_debug_arch() < ARM_DEBUG_ARCH_V7_1) in get_num_wrps()
247 case ARM_DEBUG_ARCH_V7_1: in enable_monitor_mode()
754 if (debug_arch < ARM_DEBUG_ARCH_V7_1) { in watchpoint_handler()
991 case ARM_DEBUG_ARCH_V7_1: in core_has_os_save_restore()
1042 case ARM_DEBUG_ARCH_V7_1: in reset_ctrl_regs()
/openbmc/linux/arch/arm/include/asm/
H A Dhw_breakpoint.h54 #define ARM_DEBUG_ARCH_V7_1 5 macro