Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/arm/
H A Ddebug_monitor.c127 #define DBG_WB_CTRL_STORE (0x2 << 3) macro
394 case DBG_WB_CTRL_STORE: in dbg_watchtype_str()
398 case DBG_WB_CTRL_LOAD | DBG_WB_CTRL_STORE: in dbg_watchtype_str()
664 cr_access = DBG_WB_CTRL_STORE; in dbg_setup_xpoint()
667 cr_access = DBG_WB_CTRL_LOAD | DBG_WB_CTRL_STORE; in dbg_setup_xpoint()