Home
last modified time | relevance | path

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

/freebsd/sys/arm/arm/
H A Ddebug_monitor.c125 #define DBG_WB_CTRL_STORE (0x2 << 3) macro
421 case DBG_WB_CTRL_STORE: in dbg_watchtype_str()
425 case DBG_WB_CTRL_LOAD | DBG_WB_CTRL_STORE: in dbg_watchtype_str()
692 cr_access = DBG_WB_CTRL_STORE; in dbg_setup_xpoint()
695 cr_access = DBG_WB_CTRL_LOAD | DBG_WB_CTRL_STORE; in dbg_setup_xpoint()