Home
last modified time | relevance | path

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

/freebsd/sys/arm/arm/
H A Ddebug_monitor.c89 #define ID_DFR0_CP_DEBUG_M_V7_1 (0x5) /* v7.1 Debug arch. CP14 access */ macro
602 case ID_DFR0_CP_DEBUG_M_V7_1: in dbg_enable_monitor()
813 case ID_DFR0_CP_DEBUG_M_V7_1: in dbg_get_ossr()
839 case ID_DFR0_CP_DEBUG_M_V7_1: /* fall through */ in dbg_arch_supported()
899 case ID_DFR0_CP_DEBUG_M_V7_1: in dbg_reset_state()
918 if (((dbg_model & ID_DFR0_CP_DEBUG_M_V7_1) != 0) || dbg_ossr) { in dbg_reset_state()
980 (dbg_model == ID_DFR0_CP_DEBUG_M_V7_1) ? "v7.1" : "unknown"); in dbg_monitor_init()