Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/arm/
H A Ddebug_monitor.c523 uint32_t reg_addr, reg_ctrl; in dbg_find_slot() local
530 reg_ctrl = DBG_REG_BASE_BCR; in dbg_find_slot()
535 reg_ctrl = DBG_REG_BASE_WCR; in dbg_find_slot()
597 uint32_t reg_ctrl, reg_addr, ctrl, addr; in dbg_setup_xpoint() local
654 reg_ctrl = DBG_REG_BASE_BCR; in dbg_setup_xpoint()
674 reg_ctrl = DBG_REG_BASE_WCR; in dbg_setup_xpoint()
682 dbg_wb_write_reg(reg_ctrl, i, ctrl); in dbg_setup_xpoint()
712 uint32_t reg_ctrl, reg_addr, addr; in dbg_remove_xpoint() local
725 reg_ctrl = DBG_REG_BASE_BCR; in dbg_remove_xpoint()
733 reg_ctrl = DBG_REG_BASE_WCR; in dbg_remove_xpoint()
[all …]
/f-stack/freebsd/arm64/arm64/
H A Ddebug_monitor.c317 uint64_t *reg_addr, *reg_ctrl; in dbg_find_slot() local
324 reg_ctrl = monitor->dbg_bcr; in dbg_find_slot()
329 reg_ctrl = monitor->dbg_wcr; in dbg_find_slot()
338 (reg_ctrl[i] & DBG_WB_CTRL_E) != 0) in dbg_find_slot()