Home
last modified time | relevance | path

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

/arch/arm/kernel/
Dhw_breakpoint.c164 arch >= ARM_DEBUG_ARCH_V7_1; in debug_arch_supported()
217 if (get_debug_arch() < ARM_DEBUG_ARCH_V7_1) in get_num_wrps()
259 case ARM_DEBUG_ARCH_V7_1: in enable_monitor_mode()
717 if (debug_arch < ARM_DEBUG_ARCH_V7_1) { in watchpoint_handler()
917 case ARM_DEBUG_ARCH_V7_1: in core_has_os_save_restore()
958 case ARM_DEBUG_ARCH_V7_1: in reset_ctrl_regs()
/arch/arm/include/asm/
Dhw_breakpoint.h53 #define ARM_DEBUG_ARCH_V7_1 5 macro