MCPcopy Create free account
hub / github.com/F-Stack/f-stack / dbg_get_debug_model

Function dbg_get_debug_model

freebsd/arm/arm/debug_monitor.c:763–772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

761}
762
763static __inline uint32_t
764dbg_get_debug_model(void)
765{
766 uint32_t dbg_m;
767
768 dbg_m = ((cpuinfo.id_dfr0 & ID_DFR0_CP_DEBUG_M_MASK) >>
769 ID_DFR0_CP_DEBUG_M_SHIFT);
770
771 return (dbg_m);
772}
773
774static __inline boolean_t
775dbg_get_ossr(void)

Callers 1

dbg_monitor_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected