Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/arm/
H A Ddebug_monitor.c275 uint32_t wcr; in kdb_cpu_set_singlestep() local
287 wcr = dbg_wb_read_reg(DBG_REG_BASE_WCR, i); in kdb_cpu_set_singlestep()
288 if ((wcr & DBG_WB_CTRL_E) != 0) { in kdb_cpu_set_singlestep()
290 (wcr & ~DBG_WB_CTRL_E)); in kdb_cpu_set_singlestep()
308 uint32_t wvr, wcr; in kdb_cpu_clear_singlestep() local
319 wcr = dbg_wb_read_reg(DBG_REG_BASE_WCR, i); in kdb_cpu_clear_singlestep()
324 (wcr | DBG_WB_CTRL_E)); in kdb_cpu_clear_singlestep()
426 uint32_t wcr, len, type; in dbg_show_watchpoint() local
442 if ((wcr & DBG_WB_CTRL_E) != 0) in dbg_show_watchpoint()
447 type = DBG_WB_CTRL_ACCESS_MASK(wcr); in dbg_show_watchpoint()
[all …]
/f-stack/freebsd/arm64/arm64/
H A Ddebug_monitor.c260 uint32_t wcr, len, type; in dbg_show_watchpoint() local
268 wcr = dbg_wb_read_reg(DBG_REG_BASE_WCR, i); in dbg_show_watchpoint()
269 if ((wcr & DBG_WB_CTRL_E) != 0) { in dbg_show_watchpoint()
270 type = DBG_WATCH_CTRL_ACCESS_MASK(wcr); in dbg_show_watchpoint()
271 len = DBG_WATCH_CTRL_LEN_MASK(wcr); in dbg_show_watchpoint()